mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
📎 Add nano editor to backend docker image
This commit is contained in:
parent
eef2cba976
commit
5ae1fe5867
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ RUN set -ex; \
|
||||||
apt-get -qq update; \
|
apt-get -qq update; \
|
||||||
apt-get -qq upgrade; \
|
apt-get -qq upgrade; \
|
||||||
apt-get -qqy --no-install-recommends install \
|
apt-get -qqy --no-install-recommends install \
|
||||||
|
nano \
|
||||||
curl \
|
curl \
|
||||||
tzdata \
|
tzdata \
|
||||||
locales \
|
locales \
|
||||||
|
|
Loading…
Add table
Reference in a new issue