1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2024-11-28 08:38:47 +02:00

Skipped certif verification

This commit is contained in:
Christophe Vandekerchove 2016-03-04 14:29:43 +01:00
parent f9e62fe90d
commit cc496ccaa0

View File

@ -7,8 +7,8 @@ WORKDIR /opt
COPY ./smart_launch.sh /opt
RUN apt-get update && \
apt-get install -y curl && \
curl -o /opt/factorio.tar.gz https://www.factorio.com/get-download/0.12.25/headless/linux64 &&\
apt-get install -y wget && \
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 && \
rm -rf /opt/factorio.tar.gz && \
apt-purge-build &&\