1
0

Add ssh to docker container

This commit is contained in:
Zef Hemel 2023-09-04 19:54:30 +02:00
parent 95d182e382
commit cec8c327bf

View File

@ -24,7 +24,7 @@ RUN mkdir -p /space \
&& chown -R ${SILVERBULLET_USERNAME}:${SILVERBULLET_USERNAME} /deno-dir \
&& chmod +x /tini \
&& apt update \
&& apt install -y git \
&& apt install -y git ssh \
&& echo "**** cleanup ****" \
&& apt-get -y autoremove \
&& apt-get clean \