Fixed git checkout
This commit is contained in:
parent
98dc0355a5
commit
31157fe4af
@ -11,7 +11,7 @@ RUN apk update && \
|
|||||||
apk -U upgrade --ignore alpine-baselayout && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
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 && \
|
||||||
mkdir /data && cd /data && git clone --single-branch --branch dev https://git.ervine.org/jonny/flask-python-helm /data && \
|
mkdir /data && cd /data && git clone --single-branch --branch master https://git.ervine.org/jonny/flask-python-helm /data && \
|
||||||
pip3 install -r /data/requirements.txt && \
|
pip3 install -r /data/requirements.txt && \
|
||||||
rm -rf /tmp/src && rm -rf /var/cache/apk/*
|
rm -rf /tmp/src && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user