Add interactive build to dev container
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user