rtapp-verify-backend-autocode/.gitpod.Dockerfile

6 lines
211 B
Docker
Raw Normal View History

2022-04-21 07:18:54 +02:00
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 direnv