mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
✨ Add ssh client to devenv dockerfile
This commit is contained in:
parent
e3f878ef2f
commit
d084f17430
@ -3,7 +3,7 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV NODE_VERSION=v16.15.1 \
|
||||
ENV NODE_VERSION=v16.16.0 \
|
||||
CLOJURE_VERSION=1.11.1.1149 \
|
||||
CLJKONDO_VERSION=2022.06.22 \
|
||||
BABASHKA_VERSION=0.8.156 \
|
||||
@ -57,6 +57,7 @@ RUN set -ex; \
|
||||
woff-tools \
|
||||
woff2 \
|
||||
fontforge \
|
||||
openssh-client \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user