„Dockerfile“ ändern

This commit is contained in:
Alpha 2019-01-07 13:34:09 +00:00
parent b48bc34e9a
commit 3d279d3e5f

View file

@ -1,5 +1,5 @@
FROM ubuntu:latest FROM ubuntu:latest
LABLE maintainer="Alpha" LABEL maintainer="Alpha"
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 && \