add ssh client

This commit is contained in:
Jonas Leder 2021-09-10 18:49:15 +00:00
parent 98199fe96f
commit cc9730fb46

View file

@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk update && \
apk upgrade && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer openssh-client && \
echo "alias php=php8" >> /etc/profile
ENV ENV="/etc/profile"