generated from nathanwoodburn/python-webserver-template
parent
3370d01a54
commit
6a68432a08
@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install openssl and delv
|
# Install openssl and delv
|
||||||
RUN apk add --no-cache openssl bind-tools curl
|
RUN apk add --no-cache openssl bind-tools curl git
|
||||||
|
|
||||||
COPY requirements.txt /app
|
COPY requirements.txt /app
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
|
Loading…
Reference in New Issue
Block a user