diff --git a/Dockerfile b/Dockerfile index c21f704..13f9ac8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update -yqq && apt-get install -yqq \ build-essential \ cmake \ pkg-config \ - qt5-default \ + qtbase5-dev \ libboost-dev \ libasound2-dev \ libssl-dev \