mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 12:47:24 +01:00
Fixed typo in dockerfile
This commit is contained in:
parent
fa1af6c03d
commit
4d8c94a6c8
@ -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 -y --purge && \
|
||||
apt-get autoremove -y --purge
|
||||
|
||||
|
||||
CMD ["./smart_launch.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user