You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-15 00:05:11 +02:00
Move alpine version definition out to variable
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM alpine:3.10
|
||||
ARG ALPINE_VERSION
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
# python3 shared with most images
|
||||
RUN apk add --no-cache \
|
||||
python3 py3-pip bash \
|
||||
|
Reference in New Issue
Block a user