mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	chore: Remove redundant mkdir
				
					
				
			- If local folder ownership is for example `644` it will fail to handle the `COPY` regardless (while `744` would work). - Creating the directory with higher permissions in the container does not appear to help.
This commit is contained in:
		| @@ -6,8 +6,7 @@ RUN apk update && \ | |||||||
|     rm -rf /var/cache/apk/* && \ |     rm -rf /var/cache/apk/* && \ | ||||||
|     addgroup testssl && \ |     addgroup testssl && \ | ||||||
|     adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \ |     adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \ | ||||||
|     ln -s /home/testssl/testssl.sh /usr/local/bin/ && \ |     ln -s /home/testssl/testssl.sh /usr/local/bin/ | ||||||
|     mkdir -m 755 -p /home/testssl/etc /home/testssl/bin |  | ||||||
|  |  | ||||||
| USER testssl | USER testssl | ||||||
| WORKDIR /home/testssl/ | WORKDIR /home/testssl/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Brennan Kinney
					Brennan Kinney