MFBot-Docker/Dockerfile

6 lines
147 B
Docker
Raw Normal View History

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