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