diff --git a/Dockerfile b/Dockerfile index 7106536..a3c0311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:18.04 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \ - apt-get install -y \ + apt-get --no-install-recommends install -y \ autoconf \ curl \ libdrm-dev \