mirror of
https://github.com/Aviortheking/codestats-skyline.git
synced 2025-07-30 16:20:45 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user