Loading ktdk/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ LABEL image="kontr2/testing-ktdk-runner" RUN apt-get update && \ apt-get install --no-install-recommends -y build-essential ca-certificates clang valgrind \ cmake python3 python3-dev python3-pip locales time &&\ cmake python3 python3-dev python3-pip locales git time &&\ apt-get autoremove -y && apt-get autoclean -y && \ apt-get clean -y && rm -rf /var/lib/apt/lists/* Loading Loading
ktdk/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ LABEL image="kontr2/testing-ktdk-runner" RUN apt-get update && \ apt-get install --no-install-recommends -y build-essential ca-certificates clang valgrind \ cmake python3 python3-dev python3-pip locales time &&\ cmake python3 python3-dev python3-pip locales git time &&\ apt-get autoremove -y && apt-get autoclean -y && \ apt-get clean -y && rm -rf /var/lib/apt/lists/* Loading