diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index e2a19d166..06071454e 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -2,8 +2,13 @@ FROM debian:12.5 RUN apt-get -y update + +# Basic dependencies RUN apt-get -y install curl npm +# Build and watch dependencies +RUN apt-get -y install exiftool + # RUN npm install -g n # RUN n 14.19.1