Skip to content

Commit

Permalink
fix linker issue in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jul 13, 2020
1 parent 2519f7d commit fcd06cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine
RUN apk update && apk add --no-cache ca-certificates
RUN apk update && apk add --no-cache ca-certificates libc6-compat
COPY darkroom ./darkroom
RUN chmod +x ./darkroom
ENV PORT 3000
Expand Down

0 comments on commit fcd06cc

Please sign in to comment.