You've already forked docker-script-server
This commit is contained in:
@ -5,4 +5,5 @@ RUN apt update && apt install -y curl gpg lsb-release \
|
||||
&& echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null \
|
||||
&& apt-get update && apt-get install -y \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
docker-ce-cli
|
Reference in New Issue
Block a user