Release-to-Docker: Add unzip / curl to make updates work
This commit is contained in:
parent
5600634574
commit
65456aed12
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 \
|
||||
ffmpeg imagemagick libimage-exiftool-perl \
|
||||
libvips42t64 \
|
||||
unzip \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /opt/pleroma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue