Ensure we have ssh in container
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
519f22f9bf
commit
d207c30949
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue