diff --git a/Dockerfile b/Dockerfile index 12c4b83..307b16a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN python3 -m venv .venv && .venv/bin/pip install --no-cache-dir -r requirement FROM python:3.10-slim RUN apt-get update \ - && apt-get install -y wget \ + && apt-get install -y wget xz-utils \ && apt-get clean WORKDIR /app COPY install_dependencies.sh .