mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	add comment wrt #2403
This commit is contained in:
		| @@ -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 \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter