Update Dockerfile

This commit is contained in:
浪子 2024-12-16 10:56:29 +08:00 committed by GitHub
parent 0342102c3e
commit e70935f5b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
FROM elixir:1.15.8-otp-24-alpine
FROM elixir:1.16.3-alpine
ARG PLEROMA_VER=stable
ARG UID=911
ARG GID=911
ENV MIX_ENV=prod
RUN apk update && apk upgrade && \
RUN apk update && \
apk add --no-cache \
git gcc g++ musl-dev make cmake file-dev \
exiftool imagemagick libmagic ncurses \