Removed libcrypto1.1
All checks were successful
Build / build (push) Successful in 1m5s

This commit is contained in:
Quentin Bouteiller 2024-02-24 18:52:45 +01:00
parent 6f9e319ec8
commit a2df1d852c

View File

@ -7,7 +7,7 @@ ENV AKKOMA_CONFIG_PATH "/config/config.exs"
# Install required (and optional) packages
RUN awk 'NR==2' /etc/apk/repositories | sed 's/main/community/' | tee -a /etc/apk/repositories && \
apk update && \
apk add su-exec curl unzip ncurses file-dev imagemagick ffmpeg exiftool libcrypto1.1
apk add su-exec curl unzip ncurses file-dev imagemagick ffmpeg exiftool
# Set entrypoint
COPY ./entrypoint.sh /entrypoint.sh