1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

rebase and update for 3.10, avoid adding qemu file to x86 images

This commit is contained in:
Aurélien Bondis
2019-08-21 12:24:30 -04:00
parent a8f55aa73a
commit 124b1d4c71
14 changed files with 30 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
FROM alpine:3.10
ARG DISTRO=alpine:3.10
FROM $DISTRO
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip bash \