|
@@ -0,0 +1,9 @@
|
|
|
+# syntax = tonistiigi/dockerfile:runmount20180618
|
|
|
+
|
|
|
+FROM centos:7.5.1804
|
|
|
+LABEL maintainer="surkov.v@sdsys.ru"
|
|
|
+
|
|
|
+RUN --mount=type=bind,source=./files,target=/tmp/files \
|
|
|
+ yum install -y epel-release \
|
|
|
+ && yum install -y python2-pip \
|
|
|
+ && pip install -r /tmp/files/requirements.txt
|