Skip to content

Commit

Permalink
zero again 0_o
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG committed Jan 24, 2024
1 parent 92cec85 commit 275abcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ FROM python:3.12.1-alpine3.19

# Install required packages
RUN apk update && \
apk add g++ make
apk add g++ make

#upgrade openssl \
RUN apk add openssl=3.1.4-r4

RUN pip install --upgrade pip
# Create a non-root user.
Expand Down

0 comments on commit 275abcb

Please sign in to comment.