We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d82e2 commit f0e1540Copy full SHA for f0e1540
Dockerfile
@@ -25,7 +25,7 @@ RUN rm "${INSTALL_ROOT}/usr/share/misc/termcap" \
25
FROM scratch
26
ARG INSTALL_ROOT
27
COPY --link --from=builder ${INSTALL_ROOT} /
28
-# Create user + (home with SGID set):
+# Link busybox to tar, see #2403. Create user + (home with SGID set):
29
RUN ln -s /usr/bin/busybox /usr/bin/tar \
30
&& echo 'testssl:x:1000:1000::/home/testssl:/bin/bash' >> /etc/passwd \
31
&& echo 'testssl:x:1000:' >> /etc/group \
0 commit comments