This repository was archived by the owner on Feb 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG TARGETPLATFORM
55
66WORKDIR /app
77
8- RUN apk add -u curl protoc gcc make git perl musl-dev linux-headers file
8+ RUN apk add -u curl protoc gcc make git perl musl-dev linux-headers file libgcc
99
1010RUN curl -Lo /tmp/dibs https://github.com/pojntfx/dibs/releases/latest/download/dibs-linux-amd64
1111RUN install /tmp/dibs /usr/local/bin
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ FROM --platform=$TARGETPLATFORM alpine
2626ARG DIBS_TARGET
2727ARG TARGETPLATFORM
2828
29+ RUN apk add -u libgcc
30+
2931COPY --from=build /app/.bin/binaries/dhclientd/dhclientd* /usr/local/bin/dhclientd
3032
3133CMD /usr/local/bin/dhclientd
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ FROM --platform=$TARGETPLATFORM alpine
2626ARG DIBS_TARGET
2727ARG TARGETPLATFORM
2828
29+ RUN apk add -u libgcc
30+
2931COPY --from=build /app/.bin/binaries/dhcpdd/dhcpdd* /usr/local/bin/dhcpdd
3032
3133CMD /usr/local/bin/dhcpdd
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ARG TARGETPLATFORM
2828
2929WORKDIR /app
3030
31- RUN apk add -u curl
31+ RUN apk add -u curl libgcc
3232
3333RUN curl -Lo /tmp/dibs https://github.com/pojntfx/dibs/releases/latest/download/dibs-linux-amd64
3434RUN install /tmp/dibs /usr/local/bin
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG TARGETPLATFORM
55
66WORKDIR /app
77
8- RUN apk add -u curl protoc gcc make git perl musl-dev linux-headers file
8+ RUN apk add -u curl protoc gcc make git perl musl-dev linux-headers file libgcc
99
1010RUN curl -Lo /tmp/dibs https://github.com/pojntfx/dibs/releases/latest/download/dibs-linux-amd64
1111RUN install /tmp/dibs /usr/local/bin
You can’t perform that action at this time.
0 commit comments