„Dockerfile“ hinzufügen
Docker Data
This commit is contained in:
parent
f507b358a1
commit
8d6eea2e2f
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal 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
|
Loading…
Reference in a new issue