mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-12-25 02:18:22 +01:00
Skipped certif verification
This commit is contained in:
parent
f9e62fe90d
commit
cc496ccaa0
@ -7,8 +7,8 @@ WORKDIR /opt
|
|||||||
COPY ./smart_launch.sh /opt
|
COPY ./smart_launch.sh /opt
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y curl && \
|
apt-get install -y wget && \
|
||||||
curl -o /opt/factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
|
wget --no-check-certificate -o /opt/factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
|
||||||
tar -xzf /opt/factorio.tar.gz && \
|
tar -xzf /opt/factorio.tar.gz && \
|
||||||
rm -rf /opt/factorio.tar.gz && \
|
rm -rf /opt/factorio.tar.gz && \
|
||||||
apt-purge-build &&\
|
apt-purge-build &&\
|
||||||
|
Loading…
Reference in New Issue
Block a user