Added git to the docker image
All checks were successful
Build & Publish to GHCR / build (push) Successful in 1m56s
All checks were successful
Build & Publish to GHCR / build (push) Successful in 1m56s
This commit is contained in:
parent
334461466b
commit
52390e3c45
@ -1,5 +1,7 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user