diff --git a/Dockerfile b/Dockerfile index b2513a8..017cdce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,6 @@ RUN apt -y install gcc RUN apt -y install git RUN apt -y install cmake RUN apt -y install valgrind +RUN apt -y install rpm RUN mkdir /working-dir WORKDIR /working-dir