From 6a703544c6900ad6dfe4e4acf8aaced2633f42fa Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 5 Mar 2020 23:58:27 +0000 Subject: [PATCH] tweaking --- docker/tanner/phpox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tanner/phpox/Dockerfile b/docker/tanner/phpox/Dockerfile index 61fa8c77..26221013 100644 --- a/docker/tanner/phpox/Dockerfile +++ b/docker/tanner/phpox/Dockerfile @@ -32,7 +32,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ # Install PHP Sandbox git clone --depth=1 https://github.com/mushorg/phpox /opt/phpox && \ cd /opt/phpox && \ - cp /root/dist/sandbox.py . && \ +# cp /root/dist/sandbox.py . && \ pip3 install -r requirements.txt && \ make && \ #