remove apt deps leftover for pyenv installs

This commit is contained in:
sommersoft 2022-04-02 08:35:35 -05:00
parent 542be267d8
commit d396741d70
1 changed files with 1 additions and 5 deletions

View File

@ -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" ]