First Test

This commit is contained in:
Firq 2024-07-22 12:40:07 +02:00
parent d5f6c8d64b
commit 78549910fa
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
5 changed files with 50 additions and 1 deletions

4
Dockerfile Normal file
View file

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