From c7b958b0bae4682113179719f28c495ced3436f3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 24 Feb 2020 15:19:30 +0100 Subject: [PATCH] Remove cmd / not compatible with s6-overlay (#63) * Remove cmd / not compatible with s6-overlay * Update Dockerfile * Update Dockerfile --- python/3.6/Dockerfile | 2 -- python/3.7/Dockerfile | 2 -- python/3.8/Dockerfile | 2 -- 3 files changed, 6 deletions(-) diff --git a/python/3.6/Dockerfile b/python/3.6/Dockerfile index 3d0e948..6e0dcd8 100644 --- a/python/3.6/Dockerfile +++ b/python/3.6/Dockerfile @@ -172,5 +172,3 @@ RUN set -ex; \ -type d -a \( -name test -o -name tests \) \ \) -exec rm -rf '{}' +; \ rm -f get-pip.py - -CMD ["python3"] diff --git a/python/3.7/Dockerfile b/python/3.7/Dockerfile index 6786b60..a9265ed 100644 --- a/python/3.7/Dockerfile +++ b/python/3.7/Dockerfile @@ -172,5 +172,3 @@ RUN set -ex; \ -type d -a \( -name test -o -name tests \) \ \) -exec rm -rf '{}' +; \ rm -f get-pip.py - -CMD ["python3"] diff --git a/python/3.8/Dockerfile b/python/3.8/Dockerfile index 8b7c644..c716bdb 100644 --- a/python/3.8/Dockerfile +++ b/python/3.8/Dockerfile @@ -172,5 +172,3 @@ RUN set -ex; \ -type d -a \( -name test -o -name tests \) \ \) -exec rm -rf '{}' +; \ rm -f get-pip.py - -CMD ["python3"]