diff --git a/Dockerfile b/Dockerfile index e317e27..1397313 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,10 @@ ENV TZ=Etc/UTC RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get -y update && \ - apt-get -y install python3 \ + apt-get -y install python \ + python3 \ sudo - +RUN rm /usr/bin/python && ln -s /usr/bin/python2 /usr/bin/python ADD . /build_tools WORKDIR /build_tools