Verified Commit 7887386a authored by Peter Stanko's avatar Peter Stanko
Browse files

Docker file

parent b914d42d
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
    python3 python3-dev cmake

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
    python3 python3-dev cmake

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