chore(docker): add missing exiftool dependency to frontend Dockerfile
This commit is contained in:
parent
6a30501a85
commit
b0e17845f4
@ -2,8 +2,13 @@
|
|||||||
FROM debian:12.5
|
FROM debian:12.5
|
||||||
|
|
||||||
RUN apt-get -y update
|
RUN apt-get -y update
|
||||||
|
|
||||||
|
# Basic dependencies
|
||||||
RUN apt-get -y install curl npm
|
RUN apt-get -y install curl npm
|
||||||
|
|
||||||
|
# Build and watch dependencies
|
||||||
|
RUN apt-get -y install exiftool
|
||||||
|
|
||||||
# RUN npm install -g n
|
# RUN npm install -g n
|
||||||
# RUN n 14.19.1
|
# RUN n 14.19.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user