fix 1.15 issues
This commit is contained in:
parent
8310bcca85
commit
f69a06f4ec
4 changed files with 28 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
from python:3
|
||||
FROM python:3-alpine
|
||||
|
||||
RUN pip install nbt mcrcon prometheus_client requests
|
||||
|
||||
COPY minecraft_exporter.py /
|
||||
COPY requirements.txt minecraft_exporter.py /
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue