We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a0a06 commit aed5591Copy full SHA for aed5591
Dockerfile
@@ -1,9 +1,7 @@
1
FROM golang:latest as builder
2
RUN groupadd -r toor && useradd --create-home --no-log-init -r -g toor toor
3
-RUN go get -u github.com/golang/dep/cmd/dep
4
WORKDIR /go/src/github.com/immortal/immortal
5
COPY . .
6
-RUN dep ensure --vendor-only
7
RUN chown -R toor:toor /go
8
ARG VERSION=0.0.0
9
ENV VERSION="${VERSION}"
0 commit comments