+ added info
This commit is contained in:
		@@ -31,9 +31,12 @@ ENV STEAM_PATH="/home/steam" \
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
ENTRYPOINT ["./home/entrypoint.sh"]
 | 
					ENTRYPOINT ["./home/entrypoint.sh"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#WORKDIR "$STEAM_PATH"
 | 
				
			||||||
 | 
						
 | 
				
			||||||
COPY ["entrypoint.sh", "initCron.sh", "/home/"]
 | 
					COPY ["entrypoint.sh", "initCron.sh", "/home/"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# procps needed for ps command
 | 
					# procps needed for ps command
 | 
				
			||||||
 | 
					# iproute2 needed because of "-slim"
 | 
				
			||||||
RUN dpkg --add-architecture i386 && \
 | 
					RUN dpkg --add-architecture i386 && \
 | 
				
			||||||
	apt-get update -y && \
 | 
						apt-get update -y && \
 | 
				
			||||||
	apt-get install -y mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates \
 | 
						apt-get install -y mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux ca-certificates \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user