generated from nathanwoodburn/python-webserver-template
parent
a56a75b30b
commit
0c08f11f6e
@ -2,6 +2,9 @@ FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install openssl
|
||||
RUN apk add --no-cache openssl
|
||||
|
||||
COPY requirements.txt /app
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user