|
@@ -1,6 +1,6 @@
|
|
|
-# syntax = tonistiigi/dockerfile:runmount20180618
|
|
|
+# syntax=docker/dockerfile:1.0-experimental
|
|
|
|
|
|
-FROM centos:7.5.1804
|
|
|
+FROM centos:7.7.1908
|
|
|
LABEL maintainer="surkov.v@sdsys.ru"
|
|
|
|
|
|
RUN --mount=type=bind,source=./files,target=/tmp/files \
|
|
@@ -9,4 +9,4 @@ RUN --mount=type=bind,source=./files,target=/tmp/files \
|
|
|
&& pip install -r /tmp/files/requirements.txt \
|
|
|
&& adduser ansible
|
|
|
|
|
|
-USER ansible
|
|
|
+USER ansible
|