Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
format dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
titpetric committed Aug 29, 2017
1 parent 565003e commit fc86b8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM golang:1.9-alpine

MAINTAINER Tit Petric <[email protected]>

RUN apk --update add bash gzip make docker nodejs nodejs-npm rsync git && go get -u github.com/aktau/github-release && go get -u github.com/jteeuwen/go-bindata/...
RUN apk --update add bash gzip make docker nodejs nodejs-npm rsync git && \
go get -u github.com/aktau/github-release && \
go get -u github.com/jteeuwen/go-bindata/...

WORKDIR /go/src/app

0 comments on commit fc86b8f

Please sign in to comment.