Add python2

This commit is contained in:
Richard Chen Zheng
2020-04-05 15:07:17 -04:00
committed by Ryan Kuba
parent b3c6a6e811
commit e38b7158db
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ RUN \
apt-get update && \
apt-get install -y \
gnupg \
python \
python3 && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && \

View File

@@ -19,6 +19,7 @@ RUN \
apt-get update && \
apt-get install -y \
gnupg \
python \
python3 && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && \

View File

@@ -19,6 +19,7 @@ RUN \
apt-get update && \
apt-get install -y \
gnupg \
python \
python3 && \
curl -s https://bintray.com/user/downloadSubjectPublicKey?username=fedarovich | apt-key add - && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys 7CA69FC4 && \