We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb295 commit 1ffef36Copy full SHA for 1ffef36
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM centos:7.6.1810
2
+
3
+RUN yum install -y python-devel epel-release
4
+RUN yum install -y python2-pip cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-plain libffi-devel openssl-devel gcc gcc-c++
5
6
+COPY api/src/main/resources /deployment-manager/
7
8
+WORKDIR /deployment-manager
9
10
+RUN pip install -r requirements.txt
0 commit comments