mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-07 04:42:52 -05:00
SSH integration test setup
This commit is contained in:
committed by
Kristoffer Dalby
parent
52a323b90d
commit
519f22f9bf
@@ -1,9 +1,12 @@
|
||||
FROM golang:latest
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ca-certificates dnsutils git iptables \
|
||||
&& apt-get install -y ca-certificates dnsutils git iptables ssh \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN useradd --shell=/bin/bash --create-home ssh-it-user
|
||||
|
||||
RUN service ssh start
|
||||
|
||||
RUN git clone https://github.com/tailscale/tailscale.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user