Update 'Dockerfile'

This commit is contained in:
Jonny Ervine 2020-11-20 08:43:58 +00:00
parent 542ed54410
commit ffcb1a2233

View File

@ -12,7 +12,7 @@ RUN apk update && \
apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git && \ apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git && \
adduser -D python adduser -D python
RUN mkdir /data && cd /data && git clone --single-branch --branch dev https://git.ervine.org/jonny/gcp-hockey-results /data RUN mkdir /data && cd /data && git clone --single-branch --branch master https://git.ervine.org/jonny/gcp-hockey-results /data
RUN pip3 install -r /data/requirements.txt && \ RUN pip3 install -r /data/requirements.txt && \
rm -rf /tmp/src && rm -rf /var/cache/apk/* rm -rf /tmp/src && rm -rf /var/cache/apk/*