This commit is contained in:
Nicholas St. Germain 2019-01-16 12:36:15 -06:00
parent 209a31b53a
commit 69a8478f4a
5 changed files with 5 additions and 19 deletions

View file

@ -6,8 +6,6 @@ ENV DEBUG="False"
COPY / /app
COPY /tmp/qemu-arm-static /usr/bin/qemu-arm-static
RUN \
python3 -m pip install -r /app/requirements.txt && \
chown -R abc:abc \