mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
fix: add build-base package
This commit is contained in:
parent
ba759ff6c5
commit
691a5f33d9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,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
|
||||
RUN apk --no-cache add nodejs npm nginx task python3 build-base
|
||||
|
||||
COPY ./frontend /src/frontend
|
||||
COPY ./backend /src/backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue