Skip to content

Commit dbb410a

Browse files
committed
get busybox docker working
1 parent 5210f09 commit dbb410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.busybox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN install -m 755 /pkgx/$(uname -m) /usr/local/bin/pkgx
44
RUN install -m 755 /pkgx/pkgm /usr/local/bin/pkgm
55

66
# FIXME a newer glibc would be nice, but the libpthread.so we copy in then fails
7-
FROM busybox:1.31-glibc AS stage1
7+
FROM busybox:1.37-glibc AS stage1
88
COPY --from=stage0 /usr/local/bin/pkgx /usr/local/bin/pkgm /usr/local/bin/
99

1010
# pkgx packages also need libgcc

0 commit comments

Comments
 (0)