1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2025-01-24 03:46:49 +02:00

Changed from ubuntu to debian so it would be lighter

This commit is contained in:
Christophe Vandekerchove 2016-03-10 17:44:11 +01:00
parent 3ea1619384
commit ce1320100b

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM debian:latest
MAINTAINER zopanix@gmail.com