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

Commit

Permalink
Merge pull request #243 from max-b/fix-magneticow-dockerfile
Browse files Browse the repository at this point in the history
Add libgcc and libstdc++ to final magneticow docker image
  • Loading branch information
boramalper authored Apr 16, 2020
2 parents 6063583 + c585f34 commit 57d2a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.magneticow
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ WORKDIR /
VOLUME /root/.local/share/magneticod
VOLUME /root/.config/magneticow

RUN apk add --no-cache libgcc libstdc++

COPY --from=build /go/bin/magneticow /magneticow

ENTRYPOINT ["/magneticow"]

0 comments on commit 57d2a89

Please sign in to comment.