modified docker
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Arwed Mett 2019-03-21 13:35:13 +01:00
parent 6e1a1af712
commit fa998124e1
Signed by: Pfeifenjoy
GPG Key ID: 86943827297DA9FC
1 changed files with 1 additions and 0 deletions

View File

@ -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