mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 17:08:08 +01:00 
			
		
		
		
	Made some minor correction on dockerfile
This commit is contained in:
		
							
								
								
									
										15
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								Dockerfile
									
									
									
									
									
								
							| @@ -6,7 +6,13 @@ WORKDIR /opt | ||||
|  | ||||
| COPY ./smart_launch.sh /opt | ||||
|  | ||||
| RUN echo "# Installing WGET" && \ | ||||
| CMD ["./smart_launch.sh"] | ||||
|  | ||||
| EXPOSE 34197/udp | ||||
|  | ||||
| VOLUME "/opt/factorio/saves" | ||||
|  | ||||
| RUN echo "# Installing curl" && \ | ||||
|     apt-get update && \ | ||||
|     apt-get install -y curl && \ | ||||
|     echo "# Downloading and unzipping factorio" && \ | ||||
| @@ -16,10 +22,3 @@ RUN echo "# Installing WGET" && \ | ||||
|     apt-get autoremove -y --purge && \ | ||||
|     apt-get clean && \ | ||||
|     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||||
|  | ||||
| CMD ["./smart_launch.sh"] | ||||
|  | ||||
| EXPOSE 34197/udp | ||||
|  | ||||
| VOLUME "/opt/factorio/saves" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user