Add interactive build to dev container

This commit is contained in:
2022-01-26 20:47:08 +00:00
parent 80c00171c8
commit 7776ba90f0
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ FROM alpine
RUN apk add go
RUN go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
RUN go install github.com/go-task/task/v3/cmd/task@latest
RUN apk add nodejs yarn bash curl
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 /
WORKDIR /src