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