„Dockerfile“ ändern
This commit is contained in:
parent
3d279d3e5f
commit
c41a3b862a
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
FROM ubuntu:latest
|
||||
LABEL maintainer="Alpha"
|
||||
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV DEBCONF_NONINTERACTIVE_SEEN true
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y wget mono-runtime libsqlite3-dev screen && \
|
||||
mkdir /mfbot
|
||||
|
|
Loading…
Reference in a new issue