Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Aug 17, 2024
1 parent 26995b3 commit b5d577a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM python:3.12.5-slim-bookworm AS pip
COPY requirements.txt /tmp/requirements.txt
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt upgrade -y && \
apt install -y ca-certificates && \
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y ca-certificates && \
python3 -m venv /usr/local && \
pip install --no-cache-dir -r /tmp/requirements.txt

Expand Down

0 comments on commit b5d577a

Please sign in to comment.