diff --git a/Dockerfile b/Dockerfile index ec897f7d9a39e3bdf52478a71efdf48c5c7fdc9d..5c395cd2ae07f6a13c0192e8247a60444f2a7def 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* ENV LANG en_US.utf8 RUN apt-get update \ - && apt-get -o APT::Install-Suggests="true" install -y devscripts + && apt-get -o APT::Install-Suggests="true" install -y devscripts \ && apt-get install -y \ build-essential curl gpg git wget tar \ autoconf libtool autotools-dev \