Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jun 23, 2024
1 parent b51e567 commit 2eab8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2eab8d8

Please sign in to comment.