File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM debian:bullseye -slim AS stage0
1+ FROM debian:buster -slim AS stage0
22COPY ./products/* /pkgx/
33RUN install -m 755 /pkgx/$(uname -m) /usr/local/bin/pkgx
44RUN install -m 755 /pkgx/pkgm /usr/local/bin/pkgm
@@ -10,8 +10,8 @@ COPY --from=stage0 /usr/local/bin/pkgx /usr/local/bin/pkgm /usr/local/bin/
1010# pkgx packages also need libgcc
1111COPY --from=stage0 /lib/x86_64-linux-gnu/libgcc_s.so.1 /lib/libgcc_s.so.1
1212# these are part of glibc but for some reason this image doesn’t have them
13- COPY --from=stage0 /lib/x86_64-linux-gnu/librt.so.1 /lib/librt.so.1
14- COPY --from=stage0 /lib/x86_64-linux-gnu/libdl.so.2 /lib/libdl.so.2
13+ COPY --from=stage0 /lib/x86_64-linux-gnu/librt-2.28.so /lib/librt.so.1
14+ COPY --from=stage0 /lib/x86_64-linux-gnu/libdl-2.28.so /lib/libdl.so.2
1515# we need env for `pkgm`
1616COPY --from=stage0 /usr/bin/env /usr/bin/env
1717
You can’t perform that action at this time.
0 commit comments