Skip to content

Commit aed5591

Browse files
committed
removed dep from Dockerfile
1 parent 97a0a06 commit aed5591

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
FROM golang:latest as builder
22
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
43
WORKDIR /go/src/github.com/immortal/immortal
54
COPY . .
6-
RUN dep ensure --vendor-only
75
RUN chown -R toor:toor /go
86
ARG VERSION=0.0.0
97
ENV VERSION="${VERSION}"

0 commit comments

Comments
 (0)