MFBot-Docker/Dockerfile
2019-01-07 13:05:26 +00:00

6 lines
No EOL
147 B
Docker

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