build-images/Dockerfile.python
Dryusdan 5be70f39d1
All checks were successful
Build docker image for runner build / Python-build (3.10) (push) Successful in 1m22s
Build docker image for runner build / Python-build (3.11) (push) Successful in 47s
Build docker image for runner build / Python-build (3.12) (push) Successful in 48s
Change Dockerfile to Dockerfile.python to prepare more images
2024-01-21 14:32:20 +01:00

7 lines
82 B
Docker

FROM alpine
RUN apk add --no-cache \
bash \
git \
nodejs \
poetry