diff --git a/centos/Dockerfile b/centos/Dockerfile index bfdb9c8..afc8b7f 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -17,6 +17,4 @@ RUN set -x \ && git init /tmp/common/ \ && git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \ && git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \ - && /tmp/common/scripts/download.sh \ - && /tmp/common/scripts/install.sh \ - && /tmp/common/scripts/cleanup.sh + && /tmp/common/scripts/install.sh diff --git a/debian/Dockerfile b/debian/Dockerfile index ec4e003..bffb309 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -18,6 +18,4 @@ RUN set -x \ && git init /tmp/common/ \ && git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \ && git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \ - && /tmp/common/scripts/download.sh \ - && /tmp/common/scripts/install.sh \ - && /tmp/common/scripts/cleanup.sh + && /tmp/common/scripts/install.sh diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 88b1a88..56c0cba 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -18,6 +18,4 @@ RUN set -x \ && git init /tmp/common/ \ && git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \ && git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \ - && /tmp/common/scripts/download.sh \ - && /tmp/common/scripts/install.sh \ - && /tmp/common/scripts/cleanup.sh + && /tmp/common/scripts/install.sh