Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
remove govendor from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-rjt committed Jan 26, 2019
1 parent 02bcbdb commit 3072259
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM golang:1.11.5-alpine
MAINTAINER Rémi Jouannet "[email protected]"

RUN apk update
RUN apk add bash make git zip
RUN go get -u github.com/kardianos/govendor
RUN apk add vim bash make git zip
RUN go get -u github.com/mitchellh/gox
RUN go get -u github.com/aktau/github-release

Expand Down

0 comments on commit 3072259

Please sign in to comment.