mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #3168 from kkimurak/issue/3065-remove-postgresql-contrib
Remove postgresql-contrib
This commit is contained in:
commit
9879f3f616
@ -48,7 +48,7 @@ RUN set -ex && \
|
||||
&& apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||
sudo supervisor logrotate locales curl \
|
||||
nginx openssh-server postgresql-contrib redis-tools \
|
||||
nginx openssh-server redis-tools \
|
||||
postgresql-client-13 postgresql-client-14 postgresql-client-15 postgresql-client-16 postgresql-client-17 \
|
||||
python3 python3-docutils nodejs yarn gettext-base graphicsmagick \
|
||||
libpq5 zlib1g libyaml-dev libssl-dev libgdbm-dev libre2-dev \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user