„Dockerfile“ ändern

This commit is contained in:
Alpha 2019-01-07 13:42:59 +00:00
parent 3d279d3e5f
commit c41a3b862a

View file

@ -1,6 +1,10 @@
FROM ubuntu:latest FROM ubuntu:latest
LABEL maintainer="Alpha" LABEL maintainer="Alpha"
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y wget mono-runtime libsqlite3-dev screen && \ apt-get install -y wget mono-runtime libsqlite3-dev screen && \
mkdir /mfbot mkdir /mfbot