Skip to content
Snippets Groups Projects
Commit cc9730fb authored by Jonas Leder's avatar Jonas Leder
Browse files

add ssh client

parent 98199fe9
Branches
No related tags found
No related merge requests found
Pipeline #1441 passed
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"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment