mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
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,8 +13,6 @@ 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
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ RUN apt-get update \
|
|||
|
||||
RUN useradd --shell=/bin/bash --create-home ssh-it-user
|
||||
|
||||
RUN service ssh start
|
||||
|
||||
RUN git clone https://github.com/tailscale/tailscale.git
|
||||
|
||||
WORKDIR /go/tailscale
|
||||
|
|
Loading…
Reference in a new issue