python-neshweb/Dockerfile
Firq 8da3105ab9
All checks were successful
/ build-python-${{ matrix.python-version }} (3.9) (push) Successful in 1m25s
/ build-python-${{ matrix.python-version }} (3.12) (push) Successful in 1m15s
/ build-python-${{ matrix.python-version }} (3.11) (push) Successful in 1m23s
/ build-python-${{ matrix.python-version }} (3.10) (push) Successful in 2m23s
/ release (push) Successful in 8s
Added matrix build for multiple python versions
2024-07-22 18:16:13 +02:00

7 lines
175 B
Docker

ARG PYTHON_VERSION=3.12
FROM nikolaik/python-nodejs:python${PYTHON_VERSION}-nodejs22-alpine
RUN apk -U upgrade && apk add --no-cache git openssh
COPY pip.conf /etc/pip.conf