update dockerfile
This commit is contained in:
parent
b51e56718a
commit
2eab8d8113
@ -5,7 +5,7 @@ RUN python3 -m venv .venv && .venv/bin/pip install --no-cache-dir -r requirement
|
|||||||
|
|
||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y wget \
|
&& apt-get install -y wget xz-utils \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY install_dependencies.sh .
|
COPY install_dependencies.sh .
|
||||||
|
Loading…
Reference in New Issue
Block a user