logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: e3bdb8ef5df7de608d69bb0422eeb81aa4d8ffb2
parent db48aa5cdb31772d738f31cfcd591c2d35ec5551
Author: Lain Soykaf <lain@lain.com>
Date:   Thu,  1 Jan 2026 09:00:53 +0400

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

Diffstat:

Minstallation/release-to-docker/Dockerfile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/installation/release-to-docker/Dockerfile b/installation/release-to-docker/Dockerfile @@ -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