Update Dockerfile

This commit is contained in:
Brian Martin 2019-12-31 15:26:55 -05:00
parent e8817454e5
commit 420f8efb32

View file

@ -15,7 +15,7 @@ FROM $FROM_ARCH/python:3.7-alpine as base
COPY --from=builder qemu-arm-static /usr/bin COPY --from=builder qemu-arm-static /usr/bin
COPY --from=builder qemu-aarch64-static /usr/bin COPY --from=builder qemu-aarch64-static /usr/bin
FROM base as builder FROM base as builderfinal
# add build utils (gcc, others) # add build utils (gcc, others)
RUN apk add build-base RUN apk add build-base