chore(docker): add missing exiftool dependency to frontend Dockerfile

This commit is contained in:
Sarah Vaupel 2024-08-16 01:32:40 +02:00
parent 6a30501a85
commit b0e17845f4

View File

@ -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