0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

🐳 🐛 Fix backend container

This commit is contained in:
mathieu.brunot 2019-02-19 12:42:06 +01:00
parent d58f500dee
commit 60e228ec14
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -43,6 +43,7 @@ RUN set -ex; \
mkdir -p /srv/uxbox/resources/public/static; \
apt-get update -yq && \
apt-get install -yq \
git \
imagemagick \
webp \
; \