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 committed by Henry Jameson
commit 65456aed12

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