feat: Add support to specify year

+ Did some cleanup for the whole code

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-12-07 15:26:49 +01:00
parent abfd6d8445
commit 9a8cb6dff4
9 changed files with 2834 additions and 2732 deletions

View File

@ -3,12 +3,12 @@
#########
# openscad doesn't seems to work on Alpine Linux :(
# FROM docker.io/node:alpine as IMAGE
FROM docker.io/node:latest as IMAGE
FROM docker.io/node:slim as IMAGE
# External deps (for node-gyp add: "python3 make g++")
# git is used to install the npm packages with git deps
RUN apt-get update &&\
apt-get install git openscad -y
apt-get install openscad -y
# run as non root user
USER node