Remove more redundant debs

This commit is contained in:
Deon George 2020-01-22 22:02:16 +11:00
parent 235df69f19
commit cb2da835a3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN curl https://getcomposer.org/installer|php -- --install-dir=/usr/local/bin -
# Mysql/Postgress/LDAP
RUN apt-get update && apt-get install -y openssh-server libpq5 libpq-dev unzip git libldap2-dev \
&& docker-php-ext-install -j$(nproc) pdo_mysql pdo_pgsql ldap gettext \
&& apt-get -y purge libpq-dev libldap2-dev \
&& apt-get -y purge libpq-dev libldap2-dev libx11-6 dbus ncurses-term systemd \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*