optim dockerfile
This commit is contained in:
parent
7f5d2843c1
commit
e32ebec736
@ -6,6 +6,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN pip install -r requirements.txt && apk del .build-deps gcc musl-dev sqlite-dev
|
RUN pip install -r requirements.txt && apk del .build-deps gcc musl-dev sqlite-dev build-base linux-headers
|
||||||
|
|
||||||
ENTRYPOINT ["python", "/app/obscreen.py"]
|
ENTRYPOINT ["python", "/app/obscreen.py"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user