mirror of
https://github.com/penpot/penpot.git
synced 2025-03-28 15:41:25 -05:00
⬆️ Update devenv dockerfile.
This commit is contained in:
parent
6633d0b4fb
commit
f74569506e
2 changed files with 5 additions and 2 deletions
|
@ -45,6 +45,8 @@
|
|||
|
||||
### :arrow_up: Deps updates
|
||||
|
||||
- Update devenv docker image dependencies.
|
||||
|
||||
### :heart: Community contributions by (Thank you!)
|
||||
|
||||
- Spelling fixes (by @jsoref) [#1340](https://github.com/penpot/penpot/pull/1340).
|
||||
|
|
|
@ -4,9 +4,9 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV NODE_VERSION=v16.13.1 \
|
||||
CLOJURE_VERSION=1.10.3.967 \
|
||||
CLOJURE_VERSION=1.10.3.1058 \
|
||||
CLJKONDO_VERSION=2021.12.19 \
|
||||
BABASHKA_VERSION=0.7.0 \
|
||||
BABASHKA_VERSION=0.7.3 \
|
||||
LANG=en_US.UTF-8 \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
|
@ -27,6 +27,7 @@ RUN set -ex; \
|
|||
git \
|
||||
rlwrap \
|
||||
unzip \
|
||||
rsync \
|
||||
fakeroot \
|
||||
netcat \
|
||||
; \
|
||||
|
|
Loading…
Add table
Reference in a new issue