python-neshweb/Dockerfile
Firq 78549910fa
All checks were successful
/ build (push) Successful in 1m32s
/ release (push) Successful in 8s
First Test
2024-07-22 12:40:07 +02:00

5 lines
137 B
Docker

FROM nikolaik/python-nodejs:python3.11-nodejs21-alpine
RUN apk -U upgrade && apk add --no-cache git openssh
COPY pip.conf /etc/pip.conf