Ensure we have ssh in container

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2022-11-08 15:09:19 +00:00
committed by Kristoffer Dalby
parent 519f22f9bf
commit d207c30949
2 changed files with 2 additions and 6 deletions

View File

@@ -13,9 +13,7 @@ RUN apt-get update \
RUN adduser --shell=/bin/bash ssh-it-user
RUN service ssh start
ADD integration_test/etc_embedded_derp/tls/server.crt /usr/local/share/ca-certificates/
RUN chmod 644 /usr/local/share/ca-certificates/server.crt
RUN chmod 644 /usr/local/share/ca-certificates/server.crt
RUN update-ca-certificates