mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
📎 Minor devenv update
This commit is contained in:
parent
886ab0e152
commit
b7206d734b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ENV NODE_VERSION=v16.17.0 \
|
ENV NODE_VERSION=v16.17.0 \
|
||||||
CLOJURE_VERSION=1.11.1.1149 \
|
CLOJURE_VERSION=1.11.1.1165 \
|
||||||
CLJKONDO_VERSION=2022.09.08 \
|
CLJKONDO_VERSION=2022.09.08 \
|
||||||
BABASHKA_VERSION=0.9.162 \
|
BABASHKA_VERSION=0.9.162 \
|
||||||
LANG=en_US.UTF-8 \
|
LANG=en_US.UTF-8 \
|
||||||
|
@ -31,6 +31,7 @@ RUN set -ex; \
|
||||||
fakeroot \
|
fakeroot \
|
||||||
netcat \
|
netcat \
|
||||||
file \
|
file \
|
||||||
|
less \
|
||||||
; \
|
; \
|
||||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \
|
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; \
|
||||||
locale-gen; \
|
locale-gen; \
|
||||||
|
|
Loading…
Reference in a new issue