mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-09 08:14:07 +08:00
Add unaccent extension
This commit is contained in:
committed by
Cédric Vanet
parent
638dd689bd
commit
9cca232ba0
+1
-1
@@ -5,7 +5,7 @@ ENV PG_VERSION 9.4
|
||||
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
||||
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' > /etc/apt/sources.list.d/pgdg.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y postgresql-${PG_VERSION} postgresql-client-${PG_VERSION} pwgen \
|
||||
&& apt-get install -y postgresql-${PG_VERSION} postgresql-client-${PG_VERSION} postgresql-contrib-${PG_VERSION} pwgen \
|
||||
&& rm -rf /var/lib/postgresql \
|
||||
&& rm -rf /var/lib/apt/lists/* # 20150220
|
||||
|
||||
|
||||
Reference in New Issue
Block a user