Build docker within task
Some checks failed
continuous-integration/drone/push Build is failing
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-02-11 23:16:57 +00:00
parent 6a77c71df4
commit 941b642f39
3 changed files with 28 additions and 20 deletions

View File

@ -1,7 +1,6 @@
FROM alpine
RUN apk add go
RUN apk add nodejs yarn bash curl git git-perl tmux
RUN bash -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
ADD build.sh /
RUN addgroup -S dev && adduser -S dev -G dev
USER dev