You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Radicale: Use pip package instead of alpine repo
Required to fix failing builds caused by [alpine]upstream package rebuild against different python version
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
ARG DISTRO=alpine:3.10
|
ARG DISTRO=alpine:3.10
|
||||||
FROM $DISTRO
|
FROM $DISTRO
|
||||||
|
|
||||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
RUN apk add --no-cache curl bash python3 \
|
||||||
&& apk add --no-cache radicale@testing curl bash
|
&& pip3 install radicale
|
||||||
|
|
||||||
COPY radicale.conf /radicale.conf
|
COPY radicale.conf /radicale.conf
|
||||||
|
|
||||||
|
1
towncrier/newsfragments/1255.bugfix
Normal file
1
towncrier/newsfragments/1255.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Use pip package for radicale to fix failing builds caused by [alpine]upstream package rebuild against different python version
|
Reference in New Issue
Block a user