From d396741d7061cfa7d540a6248e63ad4b5ce28ebf Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 2 Apr 2022 08:35:35 -0500 Subject: [PATCH] remove apt deps leftover for pyenv installs --- testing/downstream_testing/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/testing/downstream_testing/Dockerfile b/testing/downstream_testing/Dockerfile index c40cce6bb..4474f1d93 100644 --- a/testing/downstream_testing/Dockerfile +++ b/testing/downstream_testing/Dockerfile @@ -22,10 +22,6 @@ RUN set -ex; \ RUN echo 'deb http://repo.mysql.com/apt/debian/ buster mysql-8.0' > /etc/apt/sources.list.d/mysql.list RUN apt-get update \ - && apt-get install --no-install-recommends -y make build-essential libssl-dev zlib1g-dev \ - libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev \ - libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev - -RUN apt-get install -y postgresql-client mysql-client + && apt-get install -y postgresql-client mysql-client ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file