mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-23 00:14:43 +01:00
Looking to loose some weight
This commit is contained in:
parent
048d12ef75
commit
361bb94857
@ -13,8 +13,9 @@ RUN echo "# Installing WGET" && \
|
|||||||
curl -L -k https://www.factorio.com/get-download/0.12.25/headless/linux64 | tar -xzf - && \
|
curl -L -k https://www.factorio.com/get-download/0.12.25/headless/linux64 | tar -xzf - && \
|
||||||
echo "# Cleaning" && \
|
echo "# Cleaning" && \
|
||||||
apt-get remove -y --purge curl && \
|
apt-get remove -y --purge curl && \
|
||||||
apt-get autoremove -y --purge
|
apt-get autoremove -y --purge && \
|
||||||
|
apt-get clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
CMD ["./smart_launch.sh"]
|
CMD ["./smart_launch.sh"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user