1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

Update .gitpod.dockerfile

This commit is contained in:
Allan Bowe
2021-04-05 13:29:39 +01:00
committed by GitHub
parent 921354dac7
commit 961dd54ee0

View File

@@ -1,4 +1,3 @@
FROM gitpod/workspace-full
RUN sudo apt-get update \
@@ -6,5 +5,4 @@ RUN sudo apt-get update \
doxygen \
&& npm i -g npm@latest \
&& npm i -g @sasjs/cli \
&& npm i \
&& sudo rm -rf /var/lib/apt/lists/*
&& sudo rm -rf /var/lib/apt/lists/*