mirror of
https://github.com/penpot/penpot.git
synced 2026-07-27 00:18:17 +00:00
🐳 Add curl to the backend image
This commit is contained in:
parent
b3d1701698
commit
2196318cfc
@ -87,14 +87,9 @@ RUN set -ex; \
|
|||||||
apt-get -qq upgrade; \
|
apt-get -qq upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
curl \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
fontforge \
|
fontforge \
|
||||||
python3 \
|
|
||||||
python3-tabulate \
|
|
||||||
tzdata \
|
|
||||||
woff-tools \
|
|
||||||
woff2 \
|
|
||||||
\
|
|
||||||
libfontconfig1 \
|
libfontconfig1 \
|
||||||
libfreetype6 \
|
libfreetype6 \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
@ -113,6 +108,11 @@ RUN set -ex; \
|
|||||||
libxml2 \
|
libxml2 \
|
||||||
libzip4t64 \
|
libzip4t64 \
|
||||||
libzstd1 \
|
libzstd1 \
|
||||||
|
python3 \
|
||||||
|
python3-tabulate \
|
||||||
|
tzdata \
|
||||||
|
woff-tools \
|
||||||
|
woff2 \
|
||||||
; \
|
; \
|
||||||
find tmp/usr/share/zoneinfo/* -type d ! -name 'Etc' |xargs rm -rf; \
|
find tmp/usr/share/zoneinfo/* -type d ! -name 'Etc' |xargs rm -rf; \
|
||||||
rm -rf /var/lib /var/cache; \
|
rm -rf /var/lib /var/cache; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user