This commit is contained in:
2021-07-29 09:58:11 +02:00
commit be1ab4f554
2 changed files with 20 additions and 0 deletions

4
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,4 @@
include:
- project: dockerized/commons
ref: master
file: gitlab-ci-template.yml

16
Dockerfile Normal file
View File

@ -0,0 +1,16 @@
FROM node:14-buster
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.hottis.de/hv2/hv2-node-build-env"
RUN \
apt update && \
apt install -y python3-pip && \
rm /usr/bin/python && \
ln -s /usr/bin/python3 /usr/bin/python && \
pip3 install Cheetah3