mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-12 11:17:10 +01:00
Fixed tar issues and apt issues
This commit is contained in:
parent
0cab74d578
commit
0a39c756a5
@ -13,7 +13,7 @@ RUN echo "# Installing WGET" && \
|
||||
curl -L -k https://www.factorio.com/get-download/0.12.25/headless/linux64 | tar -xzf - && \
|
||||
echo "# Cleaning" && \
|
||||
apt-get remove -y --purge curl && \
|
||||
apt-get autoremove --purge && \
|
||||
apt-get autoremove -y --purge && \
|
||||
apt-purge-build && \
|
||||
apt-clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user