tanner, prepare merger w/ master

This commit is contained in:
t3chn0m4g3
2020-03-09 09:44:26 +00:00
parent a18304dfdc
commit fb3777141b
4 changed files with 4 additions and 8 deletions

View File

@ -1,8 +1,5 @@
FROM alpine:3.10
#
# Include dist
ADD dist/ /root/dist/
#
# Install packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U --no-cache add \
@ -32,7 +29,6 @@ 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 . && \
pip3 install -r requirements.txt && \
make && \
#