We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4768f4 commit 96b81f3Copy full SHA for 96b81f3
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM postgres:11.6
+FROM postgres:14
2
3
MAINTAINER Jan Dedek <[email protected]>
4
@@ -10,6 +10,8 @@ RUN curl -L https://postgres.cz/data/czech.tar.gz \
10
&& rm -rf /tmp/fulltext_dicts/
11
12
ADD czech.stop /usr/share/postgresql/$PG_MAJOR/tsearch_data/
13
+
14
+#snowball
15
ADD dict_snowball.so /usr/lib/postgresql/$PG_MAJOR/lib/
16
17
ADD add-tsearch-czech.sh docker-entrypoint-initdb.d/
0 commit comments