Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Jul 19, 2024
1 parent ce1c240 commit fa93f9b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions cloudnativepg-configured/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,11 @@ RUN apt-get update \
&& echo /etc/apt/sources.list.d/timescaledb.list /tmp/* /var/lib/apt/lists/* | xargs rm -rf

# Install pgroonga
# RUN apt-get update \
# && apt-get install -y lsb-release wget \
# && echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -c -s)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list \
# && wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
# && apt-get update \
# # E: Unable to locate package postgresql-16-pgdg-pgroonga
# && apt-get install -y -V "postgresql-${PG_MAJOR}-pgdg-pgroonga" "groonga-tokenizer-mecab" \
# && apt-get remove -y lsb-release wget \
# && apt-get autoremove -y \
# && apt-get clean \
# && echo /etc/apt/sources.list.d/pgdg.list /tmp/* /var/lib/apt/lists/* | xargs rm -rf
RUN apt-get update \
&& apt-get install -y groonga \
&& apt-get install -y groonga-tokenizer-mecab \
&& apt-get install -y groonga-tokenizer-filter-stem \
# && apt-get install -y groonga-tokenizer-filter-stem \
# E: Unable to locate package groonga-tokenizer-filter-stem
&& apt-get autoremove -y \
&& apt-get clean \
&& echo /tmp/* /var/lib/apt/lists/* | xargs rm -rf
Expand Down

0 comments on commit fa93f9b

Please sign in to comment.