mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 00:48:07 +01:00 
			
		
		
		
	don't need to make all of /opt/factorio writeable
This commit is contained in:
		| @@ -21,7 +21,7 @@ RUN mkdir -p /opt && \ | ||||
|         -o /tmp/factorio_headless_x64_$VERSION.tar.xz && \ | ||||
|     echo "$SHA1  /tmp/factorio_headless_x64_$VERSION.tar.xz" | sha1sum -c && \ | ||||
|     tar xf /tmp/factorio_headless_x64_$VERSION.tar.xz --directory /opt && \ | ||||
|     chmod -R ugo=rwx /opt/factorio && \ | ||||
|     chmod ugo=rwx /opt/factorio && \ | ||||
|     rm /tmp/factorio_headless_x64_$VERSION.tar.xz && \ | ||||
|     ln -s /factorio/saves /opt/factorio/saves && \ | ||||
|     ln -s /factorio/mods /opt/factorio/mods && \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user