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 fb8d84c commit ce1c240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cloudnativepg-configured/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ RUN apt-get update \
# && 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 groonga-tokenizer-mecab groonga-tokenizer-filter-stem \
&& apt-get install -y groonga \
&& apt-get install -y groonga-tokenizer-mecab \
&& apt-get install -y 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 ce1c240

Please sign in to comment.