mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 20:39:45 +01:00
add comment wrt #2403
This commit is contained in:
parent
96d82e2dff
commit
f0e1540bc6
@ -25,7 +25,7 @@ RUN rm "${INSTALL_ROOT}/usr/share/misc/termcap" \
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
ARG INSTALL_ROOT
|
ARG INSTALL_ROOT
|
||||||
COPY --link --from=builder ${INSTALL_ROOT} /
|
COPY --link --from=builder ${INSTALL_ROOT} /
|
||||||
# Create user + (home with SGID set):
|
# Link busybox to tar, see #2403. Create user + (home with SGID set):
|
||||||
RUN ln -s /usr/bin/busybox /usr/bin/tar \
|
RUN ln -s /usr/bin/busybox /usr/bin/tar \
|
||||||
&& echo 'testssl:x:1000:1000::/home/testssl:/bin/bash' >> /etc/passwd \
|
&& echo 'testssl:x:1000:1000::/home/testssl:/bin/bash' >> /etc/passwd \
|
||||||
&& echo 'testssl:x:1000:' >> /etc/group \
|
&& echo 'testssl:x:1000:' >> /etc/group \
|
||||||
|
Loading…
Reference in New Issue
Block a user