Skip to content

Commit 6fbaf63

Browse files
committed
Update command to use libgcc libstdc++
1 parent 8f4c2e4 commit 6fbaf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN cp -a config/. /release/etc/vector/
2323

2424
FROM alpine:3.10.1
2525

26-
RUN apk add g++ gcc
26+
RUN apk --no-cache add libgcc libstdc++
2727

2828
COPY --from=builder /release/bin/* /usr/local/bin/
2929
COPY --from=builder /release/etc/vector /etc

0 commit comments

Comments
 (0)