mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
🐳 🐛 Fix backend container
This commit is contained in:
parent
d58f500dee
commit
60e228ec14
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ RUN set -ex; \
|
||||||
mkdir -p /srv/uxbox/resources/public/static; \
|
mkdir -p /srv/uxbox/resources/public/static; \
|
||||||
apt-get update -yq && \
|
apt-get update -yq && \
|
||||||
apt-get install -yq \
|
apt-get install -yq \
|
||||||
|
git \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
webp \
|
webp \
|
||||||
; \
|
; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue