You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Merge #1256
1256: Radicale: Use pip package instead of alpine repo r=mergify[bot] a=Nebukadneza Required to fix failing builds caused by [alpine]upstream package rebuild against different python version ## What type of PR? bug-fix ## What does this PR do? Use pip package instead of alpine repo to build radicale ### Related issue(s) closes #1255 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - ❎ In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file. Co-authored-by: Dario Ernst <dario@kanojo.de>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
ARG DISTRO=alpine:3.10
|
||||
FROM $DISTRO
|
||||
|
||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||
&& apk add --no-cache radicale@testing curl bash
|
||||
RUN apk add --no-cache curl bash python3 \
|
||||
&& pip3 install radicale
|
||||
|
||||
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