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 088d448 commit b51e567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ COPY requirements.txt .
RUN python3 -m venv .venv && .venv/bin/pip install --no-cache-dir -r requirements.txt

FROM python:3.10-slim
RUN apt-get update \
&& apt-get install -y wget \
&& apt-get clean
WORKDIR /app
COPY install_dependencies.sh .
RUN bash install_dependencies.sh
Expand Down

0 comments on commit b51e567

Please sign in to comment.