Создал(а) 'Dockerfile'
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM alpine:3
|
||||
|
||||
RUN apk update && apk add --no-cache ansible git openssh-client
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
FROM alpine:3
|
||||
|
||||
RUN apk update && apk add --no-cache ansible git openssh-client
|
||||