Add libgcc and libstdc++ to final magneticow docker image
This commit is contained in:
parent
606358331d
commit
c585f34887
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user