diff --git a/Linux/CPPBuilder/Dockerfile b/Linux/CPPBuilder/Dockerfile index e42501a..d10805c 100644 --- a/Linux/CPPBuilder/Dockerfile +++ b/Linux/CPPBuilder/Dockerfile @@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y \ build-essential \ ccache \ git \ - pkg-config + lsb-release \ + pkg-config \ + software-properties-common ENV PATH="/root/.local/bin:${PATH}"