pull/528/head
Zef Hemel 2023-09-04 20:42:56 +02:00
parent 7b56df523b
commit ccb7f9e6f6
1 changed files with 1 additions and 1 deletions

View File

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