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

Added make as a dep

parent 1e5b08ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ LABEL image="kontr2/testing-ktdk-runner"

RUN apk update && \
    apk add git ca-certificates clang valgrind \
    python3 python3-dev cmake
    python3 python3-dev cmake make

RUN pip3 install --upgrade pip && pip3 install pipenv

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ LABEL image="kontr2/testing-ktdk-runner"

RUN apk update && \
    apk add git ca-certificates clang valgrind \
    python3 python3-dev cmake
    python3 python3-dev cmake make

RUN pip3 install --upgrade pip && pip3 install pipenv