„Dockerfile“ hinzufügen

Docker Data
This commit is contained in:
Alpha 2019-01-07 13:05:26 +00:00
parent f507b358a1
commit 8d6eea2e2f

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM ubuntu:latest
LABLE maintainer="Alpha"
RUN apt-get update && \
apt-get install -y wget mono-runtime libsqlite3-dev screen && \
mkdir /mfbot