Ensure we have ssh in container
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
93d03029e4
commit
44e37e21c2
|
@ -13,8 +13,6 @@ RUN apt-get update \
|
||||||
|
|
||||||
RUN adduser --shell=/bin/bash ssh-it-user
|
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/
|
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
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ RUN apt-get update \
|
||||||
|
|
||||||
RUN useradd --shell=/bin/bash --create-home ssh-it-user
|
RUN useradd --shell=/bin/bash --create-home ssh-it-user
|
||||||
|
|
||||||
RUN service ssh start
|
|
||||||
|
|
||||||
RUN git clone https://github.com/tailscale/tailscale.git
|
RUN git clone https://github.com/tailscale/tailscale.git
|
||||||
|
|
||||||
WORKDIR /go/tailscale
|
WORKDIR /go/tailscale
|
||||||
|
|
Loading…
Reference in New Issue