Update Dockerfile

This commit is contained in:
浪子 2024-08-30 13:19:55 +08:00 committed by GitHub
parent 19c8125218
commit 4233c6acaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ENV MIX_ENV=prod
RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \ RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/main" >> /etc/apk/repositories \
&& apk update \ && apk update \
&& apk upgrade \
&& apk add git gcc g++ musl-dev make cmake file-dev \ && apk add git gcc g++ musl-dev make cmake file-dev \
exiftool imagemagick libmagic ncurses postgresql-client ffmpeg exiftool imagemagick libmagic ncurses postgresql-client ffmpeg