From 043651bfaccf6b37b38f801b5571ff699602f6ed Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 31 Aug 2016 12:47:57 +0200 Subject: [PATCH] removed python3 version --- Dockerfile_python3 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Dockerfile_python3 diff --git a/Dockerfile_python3 b/Dockerfile_python3 deleted file mode 100644 index 8aab711..0000000 --- a/Dockerfile_python3 +++ /dev/null @@ -1,13 +0,0 @@ -FROM hosttoday/ht-docker-node:latest -RUN apt-get update \ - && apt-get install -y -q --no-install-recommends \ - python3 \ - && apt-get clean \ - && rm -r /var/lib/apt/lists/* - -# Install pip and symlink python to python3 -RUN curl -O https://bootstrap.pypa.io/get-pip.py \ - && python3 get-pip.py \ - && rm get-pip.py \ - && rm -r /usr/bin/python \ - && ln -s /usr/bin/python3 /usr/bin/python \ No newline at end of file