python-neshweb/Dockerfile

5 lines
137 B
Docker
Raw Normal View History

2024-07-22 10:40:07 +00:00
FROM nikolaik/python-nodejs:python3.11-nodejs21-alpine
RUN apk -U upgrade && apk add --no-cache git openssh
COPY pip.conf /etc/pip.conf