Skip to content

Commit 0901462

Browse files
committed
Environment supports python3 instead of python2 now.
1 parent 3dd73ff commit 0901462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ MAINTAINER dannyhp1
55
RUN apt-get update
66
RUN apt-get install -y gcc
77
RUN apt-get install -y g++
8-
RUN apt-get install -y python
8+
RUN apt-get install -y python3
99
RUN apt-get install -y openjdk-8-jdk

0 commit comments

Comments
 (0)