generated from nathanwoodburn/python-webserver-template
fix: Add git to dockerfile to allow it to install custom request-doh
All checks were successful
Build Docker / BuildImage (push) Successful in 1m7s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m7s
This commit is contained in:
@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# 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
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
|
||||
Reference in New Issue
Block a user