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 && \ #