Skip to content

Commit

Permalink
Fix the docker build to work on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanmieghem committed Jul 11, 2021
1 parent 0bf718e commit 24bc449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guardians/unvesting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.16 as BUILDER
WORKDIR /go/src/github.com/threefoldfoundation/tft-stellar/guardians/unvesting
COPY ./ ./
ENV CGO_ENABLED=0
RUN go build -ldflags '-w -s -extldflags "-static"'

FROM alpine:3.13.5
Expand Down

0 comments on commit 24bc449

Please sign in to comment.