mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 22:14:35 +00:00
7 lines
168 B
Docker
7 lines
168 B
Docker
FROM gitpod/workspace-full
|
|
|
|
RUN sudo apt-get update \
|
|
&& sudo apt-get install -y doxygen \
|
|
&& sudo apt-get install -y graphviz \
|
|
&& sudo rm -rf /var/lib/apt/lists/*
|