initial
This commit is contained in:
4
.gitlab-ci.yml
Normal file
4
.gitlab-ci.yml
Normal file
@ -0,0 +1,4 @@
|
||||
include:
|
||||
- project: dockerized/commons
|
||||
ref: master
|
||||
file: gitlab-ci-template.yml
|
16
Dockerfile
Normal file
16
Dockerfile
Normal 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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user