mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-03-13 11:40:31 +01:00
don't need to make all of /opt/factorio writeable
This commit is contained in:
parent
6b2307635e
commit
9834ca2842
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user