universal OS version detection
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from ubuntu:18.04
|
||||
arg SYSTEM
|
||||
arg RELEASE
|
||||
from ${SYSTEM}:${RELEASE}
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
run apt update && \
|
||||
apt install -y ssh git net-tools
|
||||
run mkdir /root/.ssh && \
|
||||
|
||||
Reference in New Issue
Block a user