Add libgcc and libstdc++ to final magneticow docker image

This commit is contained in:
Max Bittman 2020-02-26 11:30:38 -08:00
parent 606358331d
commit c585f34887

View File

@ -19,6 +19,8 @@ WORKDIR /
VOLUME /root/.local/share/magneticod VOLUME /root/.local/share/magneticod
VOLUME /root/.config/magneticow VOLUME /root/.config/magneticow
RUN apk add --no-cache libgcc libstdc++
COPY --from=build /go/bin/magneticow /magneticow COPY --from=build /go/bin/magneticow /magneticow
ENTRYPOINT ["/magneticow"] ENTRYPOINT ["/magneticow"]