Skip to content

Commit

Permalink
docker: update to taskwarrior 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed Jul 2, 2024
1 parent 33b56bf commit fc45f81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM alpine:latest

# Debug
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories

RUN apk --no-cache add nodejs npm nginx task python3 build-base
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base

COPY ./frontend /src/frontend
COPY ./backend /src/backend
Expand Down

0 comments on commit fc45f81

Please sign in to comment.