From 09ad1941b7e67f410712384bdd93a1a673baf098 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 7 Jun 2018 12:38:46 +0000 Subject: [PATCH] just a push --- docker/glastopf/Dockerfile | 6 ++---- etc/compose/{tpot.yml => tpotng.yml} | 0 2 files changed, 2 insertions(+), 4 deletions(-) rename etc/compose/{tpot.yml => tpotng.yml} (100%) diff --git a/docker/glastopf/Dockerfile b/docker/glastopf/Dockerfile index 55d69962..5ce67506 100644 --- a/docker/glastopf/Dockerfile +++ b/docker/glastopf/Dockerfile @@ -45,9 +45,8 @@ RUN apk -U --no-cache add \ pip install --no-cache-dir --upgrade pip && \ # Install php sandbox from git - git clone https://github.com/mushorg/BFR /opt/BFR && \ + git clone --depth=1 https://github.com/mushorg/BFR /opt/BFR && \ cd /opt/BFR && \ - git checkout 508729202428a35bcc6bb27dd97b831f7e5009b5 && \ phpize7 && \ ./configure \ --with-php-config=/usr/bin/php-config7 \ @@ -59,9 +58,8 @@ RUN apk -U --no-cache add \ echo "zend_extension = "$(find /usr -name bfr.so) >> /etc/php7/php.ini && \ # Install glastopf from git - git clone https://github.com/mushorg/glastopf.git /opt/glastopf && \ + git clone --depth=1 https://github.com/mushorg/glastopf.git /opt/glastopf && \ cd /opt/glastopf && \ - git checkout 67c2a3fce7419f0c6b418b2b91da3c45b399f2b8 && \ cp /root/dist/requirements.txt /opt/glastopf/ && \ pip install --no-cache-dir . && \ cd / && \ diff --git a/etc/compose/tpot.yml b/etc/compose/tpotng.yml similarity index 100% rename from etc/compose/tpot.yml rename to etc/compose/tpotng.yml