Verified Commit bbbcc6e2 authored by Peter Stanko's avatar Peter Stanko
Browse files

Added git as dependency

parent 9bb685e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*