mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 00:48:07 +01:00 
			
		
		
		
	Added full path to docker file
This commit is contained in:
		| @@ -8,9 +8,9 @@ COPY ./smart_launch.sh /opt | ||||
|  | ||||
| RUN apt-get update && \ | ||||
|     apt-get install -y curl && \ | ||||
|     curl -o factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\ | ||||
|     tar -xzf factorio.tar.gz && \ | ||||
|     rm -rf factorio.tar.gz && \ | ||||
|     curl -o /opt/factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\ | ||||
|     tar -xzf /opt/factorio.tar.gz && \ | ||||
|     rm -rf /opt/factorio.tar.gz && \ | ||||
|     apt-purge-build &&\ | ||||
|     apt-clean | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user