You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Revert "Move alpine version definition out to variable"
This reverts commit c787e4bdbd.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
ARG ALPINE_VERSION
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
FROM alpine:3.10
|
||||
# python3 shared with most images
|
||||
RUN apk add --no-cache \
|
||||
python3 py3-pip bash \
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ARG ALPINE_VERSION
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
FROM alpine:3.10
|
||||
# python3 shared with most images
|
||||
RUN apk add --no-cache \
|
||||
python3 py3-pip bash \
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ARG ALPINE_VERSION
|
||||
FROM alpine:$ALPINE_VERSION
|
||||
FROM alpine:3.10
|
||||
|
||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||
&& apk add --no-cache radicale@testing curl bash
|
||||
|
||||
Reference in New Issue
Block a user