Upgrade to alpine 3.19
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c1d3f34138
commit
24ebfb1941
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3
|
FROM alpine:3.19
|
||||||
|
|
||||||
ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
|
ENV MUSL_LOCPATH="/usr/share/i18n/locales/musl"
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ ENTRYPOINT ["python", "/srv/e-paper/main.py"]
|
|||||||
WORKDIR /srv/e-paper
|
WORKDIR /srv/e-paper
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
RUN apk add --no-cache musl-locales musl-locales-lang python3 py3-cairosvg py3-pillow py3-pip py3-pygal tzdata && pip install --upgrade icalendar
|
RUN apk add --no-cache musl-locales musl-locales-lang python3 py3-cairosvg py3-icalendar py3-pillow py3-pip py3-pygal tzdata
|
||||||
|
|
||||||
ADD https://github.com/adobe-fonts/source-sans/raw/release/OTF/SourceSans3-Bold.otf /usr/share/fonts/source-sans/SourceSans3-Bold.otf
|
ADD https://github.com/adobe-fonts/source-sans/raw/release/OTF/SourceSans3-Bold.otf /usr/share/fonts/source-sans/SourceSans3-Bold.otf
|
||||||
ADD https://github.com/adobe-fonts/source-sans/raw/release/OTF/SourceSans3-It.otf /usr/share/fonts/source-sans/SourceSans3-It.otf
|
ADD https://github.com/adobe-fonts/source-sans/raw/release/OTF/SourceSans3-It.otf /usr/share/fonts/source-sans/SourceSans3-It.otf
|
||||||
|
Loading…
Reference in New Issue
Block a user