ResourcePackUpdater/Dockerfile

6 lines
194 B
Docker
Raw Permalink Normal View History

2021-08-01 01:04:10 +00:00
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
ENV DOCKER=1
2021-06-20 03:04:07 +00:00
2021-08-01 01:04:10 +00:00
RUN apt-get update && apt-get install -y git zip && mkdir /files
RUN pip install fastapi-responses b2sdk pytest
COPY ./app /app/app