„Dockerfile“ ändern
This commit is contained in:
parent
2d7d401180
commit
904f07eee1
1 changed files with 6 additions and 1 deletions
|
@ -4,3 +4,8 @@ LABLE maintainer="Alpha"
|
|||
RUN apt-get update && \
|
||||
apt-get install -y wget mono-runtime libsqlite3-dev screen && \
|
||||
mkdir /mfbot
|
||||
|
||||
COPY dockerrun.sh /
|
||||
COPY download.sh /
|
||||
|
||||
RUN chmod a+x /dockerrun
|
Loading…
Reference in a new issue