Require git binary in Actions images
All checks were successful
/ build-openjdk-11-maven-3.8.6 (push) Successful in 52s
/ build-python-3.11 (push) Successful in 4m16s
/ build-python-3.13 (push) Successful in 4m15s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2024-10-25 15:41:16 +03:00
parent b9ee619374
commit d837dacfd1
3 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/node:20-bookworm-slim as node
FROM docker.io/python:3.11-slim-bookworm
FROM docker.io/python:3.11-bookworm
COPY --from=node /usr/local /usr/local
COPY --from=node /opt /opt