universal OS version detection

This commit is contained in:
mercury
2023-02-17 02:00:35 +04:00
parent 3bc5217953
commit 9166011608
7 changed files with 39 additions and 4 deletions
+4 -1
View File
@@ -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 && \