1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2026-02-15 17:16:57 +00:00

Release-to-Docker: Add unzip / curl to make updates work

This commit is contained in:
Lain Soykaf 2026-01-01 09:00:53 +04:00
parent db48aa5cdb
commit e3bdb8ef5d

View file

@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client \
ffmpeg imagemagick libimage-exiftool-perl \
libvips42t64 \
unzip \
curl \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /opt/pleroma