1
0
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:
Dario Ernst
2019-06-30 11:39:48 +00:00
parent 466595998b
commit bb2edb6eb6
13 changed files with 16 additions and 28 deletions

View File

@@ -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 \

View File

@@ -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 \

View File

@@ -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