Skip to content

Commit 8a0c8a7

Browse files
committed
fix: do not remove apk-tools
1 parent ad49f54 commit 8a0c8a7

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

dev/docker/ci/alpine-gcc.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM aminya/setup-cpp-alpine:latest AS setup-cpp-alpine-gcc
44
RUN node --enable-source-maps /usr/lib/setup-cpp/setup-cpp.mjs \
55
--compiler gcc && \
66
# cleanup
7-
apk del --purge apk-tools && \
87
rm -rf /var/cache/apk/*
98

109
SHELL ["/bin/bash", "-l", "-c"]

dev/docker/ci/alpine-llvm.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM aminya/setup-cpp-alpine:latest AS setup-cpp-alpine-llvm
44
RUN node --enable-source-maps /usr/lib/setup-cpp/setup-cpp.mjs \
55
--compiler llvm && \
66
# cleanup
7-
apk del --purge apk-tools && \
87
rm -rf /var/cache/apk/*
98

109
SHELL ["/bin/bash", "-l", "-c"]

dev/docker/ci/alpine-mingw.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN node --enable-source-maps /usr/lib/setup-cpp/setup-cpp.mjs \
55
--compiler mingw \
66
--powershell true && \
77
# cleanup
8-
apk del --purge apk-tools && \
98
rm -rf /var/cache/apk/*
109

1110
SHELL ["/bin/bash", "-l", "-c"]

dev/docker/ci/alpine.dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN node --enable-source-maps /usr/lib/setup-cpp/setup-cpp.mjs \
2424
--cmakelang true \
2525
--meson true && \
2626
# cleanup
27-
apk del --purge apk-tools && \
2827
rm -rf /var/cache/apk/*
2928

3029
SHELL ["/bin/bash", "-l", "-c"]

0 commit comments

Comments
 (0)