mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 12:33:06 +02:00
Update Dockerfile to v3.20/main and edge/community
The latest version of TaskWarrior 3.3.0 is only available in edge/community.
This commit is contained in:
parent
efb3925c45
commit
4d630c85f8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.20/main" > /etc/apk/repositories
|
||||||
|
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||||
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
|
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
|
||||||
|
|
||||||
COPY ./frontend /src/frontend
|
COPY ./frontend /src/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue