Skip to content

Commit

Permalink
fix: packr assets
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 4, 2019
1 parent 7227193 commit ce010de
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# build
# builder
FROM golang:1.11.4-alpine as builder
RUN apk add --no-cache make git gcc musl-dev g++
RUN go get -u github.com/gobuffalo/packr/packr
WORKDIR /go/src/github.com/berty/staff/tools/release

# install libs
COPY go.mod go.sum ./
RUN GO111MODULE=on go mod download

# build project
COPY . .
RUN packr
RUN make install

# runtime
Expand Down

0 comments on commit ce010de

Please sign in to comment.