Release-to-Docker: Add unzip / curl to make updates work
This commit is contained in:
parent
db48aa5cdb
commit
e3bdb8ef5d
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
ffmpeg imagemagick libimage-exiftool-perl \
|
ffmpeg imagemagick libimage-exiftool-perl \
|
||||||
libvips42t64 \
|
libvips42t64 \
|
||||||
|
unzip \
|
||||||
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /opt/pleroma
|
WORKDIR /opt/pleroma
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue