diff --git a/Dockerfile b/Dockerfile index d9eaf0630..4a8b2777c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -165,6 +165,8 @@ RUN \ RUN \ apt-get update -qq \ && \ + apt-get install -qq software-properties-common \ + && \ rm /etc/apt/apt.conf.d/docker-gzip-indexes \ && \ apt-get purge apt-show-versions \