Skip to content

Commit f0e1540

Browse files
committed
add comment wrt #2403
1 parent 96d82e2 commit f0e1540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN rm "${INSTALL_ROOT}/usr/share/misc/termcap" \
2525
FROM scratch
2626
ARG INSTALL_ROOT
2727
COPY --link --from=builder ${INSTALL_ROOT} /
28-
# Create user + (home with SGID set):
28+
# Link busybox to tar, see #2403. Create user + (home with SGID set):
2929
RUN ln -s /usr/bin/busybox /usr/bin/tar \
3030
&& echo 'testssl:x:1000:1000::/home/testssl:/bin/bash' >> /etc/passwd \
3131
&& echo 'testssl:x:1000:' >> /etc/group \

0 commit comments

Comments
 (0)