From 743ce9d6e210e36216d95c3a33e769ab268d3fe6 Mon Sep 17 00:00:00 2001 From: Griefed <44273438+Griefed@users.noreply.github.com> Date: Wed, 21 Oct 2020 21:55:58 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd0ea79..8341261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ -FROM lsiobase/nginx:3.12 -FROM lsiobase/alpine:3.12 -FROM lsiobase/ubuntu:bionic -FROM lsiobase/rdesktop:focal -FROM lsiobase/mono:LTS - +### PICK ONE +# FROM lsiobase/nginx:3.12 +# FROM lsiobase/alpine:3.12 +# FROM lsiobase/ubuntu:bionic +# FROM lsiobase/rdesktop:focal +# FROM lsiobase/mono:LTS +### RUN \ echo "**** install dependencies and build tools and stuff ****" && \ -- GitLab