0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

📎 Add nano editor to backend docker image

This commit is contained in:
Andrey Antukh 2023-02-07 16:50:58 +01:00
parent eef2cba976
commit 5ae1fe5867

View file

@ -13,6 +13,7 @@ RUN set -ex; \
apt-get -qq update; \
apt-get -qq upgrade; \
apt-get -qqy --no-install-recommends install \
nano \
curl \
tzdata \
locales \