From 2eab8d8113016d7b3c9d1ad38829b767a5f090b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sun, 23 Jun 2024 10:23:46 +0000 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12c4b834b9..307b16a2fd 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 .