diff --git a/Dockerfile b/Dockerfile index b07ad826493e06ff324bda88095b0797914b6c6f..75695de130ad3e6194fddc53e441cb66237820cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ RUN apt-get update \ file cpio unzip bc rsync bison flex device-tree-compiler python3-distutils swig python3-dev ccache \ && apt-get clean RUN apt-get update \ - && apt-get -o APT::Install-Suggests="true" install -y devscripts \ + && apt-get install -y devscripts \ || true \ && apt-get clean