multi-arch attempt 1 (#71)
This commit is contained in:
parent
7ec28e51fc
commit
855816a576
6 changed files with 131 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM lsiobase/alpine.python3
|
||||
FROM amd64/python:3.7.2-alpine
|
||||
|
||||
LABEL maintainers="dirtycajunrice,samwiseg0"
|
||||
|
||||
|
@ -6,6 +6,8 @@ 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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue