~ fixed dockerfile syntax
This commit is contained in:
		@@ -25,11 +25,11 @@ VOLUME "$SERVER_PATH"
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["./home/entrypoint.sh"]
 | 
			
		||||
	
 | 
			
		||||
COPY ["entrypoint.sh", "installAndMountAddons.sh", "forceWorkshopDownload.sh", "/home/" ]
 | 
			
		||||
COPY ["entrypoint.sh", "installAndMountAddons.sh", "forceWorkshopDownload.sh", "/home/"]
 | 
			
		||||
 | 
			
		||||
# removed dep. lib32gcc1 libtcmalloc-minimal4:i386 gdb
 | 
			
		||||
RUN dpkg --add-architecture i386 && \
 | 
			
		||||
	apt-get update -y && \lib32stdc++6
 | 
			
		||||
	apt-get update -y && \
 | 
			
		||||
	apt-get install -y wget tar gzip ca-certificates lib32stdc++6 lib32tinfo5 && \
 | 
			
		||||
	groupadd -g $GROUP_ID $DOCKER_USER && \
 | 
			
		||||
	useradd -d /home/steam/ -g $GROUP_ID -u $USER_ID -m $DOCKER_USER && \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user