1
0
mirror of https://github.com/LpmRaven/factorio-docker-server.git synced 2024-11-30 08:06:56 +02:00

use ubuntu

This commit is contained in:
Liam Raven 2021-09-05 10:48:45 +10:00 committed by GitHub
parent 788e2d7916
commit a34bbbdc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM ubuntu:14.04
FROM ubuntu
MAINTAINER Carlo Eugster <carlo@relaun.ch>
MAINTAINER Liam Raven <https://github.com/LpmRaven>
RUN apt-get update \
&& apt-get install -y wget \