From 5c1b3112b2c551fa57caad00504245dcdf2149b3 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Thu, 21 Apr 2022 05:18:54 +0000 Subject: [PATCH] Initial commit for GitLab mirror --- .gitpod.Dockerfile | 4 ++++ .gitpod.yml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .gitpod.Dockerfile create mode 100644 .gitpod.yml diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..623a4d7 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,4 @@ +FROM gitpod/workspace-full:latest + +RUN bash -lc "source ~/.nvm/nvm-lazy.sh && nvm install --lts && nvm use --lts && nvm install-latest-npm" \ + && npm i -g lib.cli && brew install shellcheck hadolint diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..ef5fb40 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile +tasks: + - init: | + npm install \ No newline at end of file