Add ssh to docker container
This commit is contained in:
parent
95d182e382
commit
cec8c327bf
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user