summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorThiago da Silva <thiagodasilva@gmail.com>2019-08-19 22:31:41 +0200
committerThiago da Silva <thiagodasilva@gmail.com>2019-08-19 22:31:41 +0200
commit94366fd00ec1e71b4f67ef8595b31162c6945c28 (patch)
treece58b455a9d3d220b480dd116c198b1ec35632fa /Dockerfile
parent3e7752d8c80473e93d537c7ba30419ff9313ebb8 (diff)
downloadswift-94366fd00ec1e71b4f67ef8595b31162c6945c28.tar.gz
Add Dockerfile to build a py3 swift docker image
This patch contains only a new Dockerfile and few changes to be able to build both py2 and py3 images. Next patch should contain changes to add the gate jobs to build a py3 docker image Change-Id: Ifdebde9597a787abcd553756e22261e2faaeedfc
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 39cbc92df..5fb5cddfb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,6 +35,11 @@ RUN mkdir /etc/swift && \
echo && \
echo && \
echo && \
+ echo "================ starting apk_install_py2 ===================" && \
+ /opt/swift/docker/install_scripts/20_apk_install_py2.sh && \
+ echo && \
+ echo && \
+ echo && \
echo "================ starting swift_install ===================" && \
/opt/swift/docker/install_scripts/50_swift_install.sh && \
echo && \