1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

chore(gitpod): updating yaml files

This commit is contained in:
munja
2022-01-14 20:30:00 +01:00
parent c6dcf919e2
commit dd355d1ddf
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM gitpod/workspace-full
RUN sudo apt-get update \
&& sudo apt-get install -y \
doxygen \
&& sudo apt-get install -y doxygen \
&& sudo apt-get install -y graphviz \
&& sudo rm -rf /var/lib/apt/lists/*