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 ca310ad commit cae2bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudnativepg-configured/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ RUN apt-get update \
RUN apt-get update \
&& apt-get install -y \
wget \
build-essential \
libmsgpack-dev \
postgresql-server-dev-16 \
&& wget https://packages.groonga.org/source/pgroonga/pgroonga-3.2.1.tar.gz \
Expand All @@ -92,6 +93,7 @@ RUN apt-get update \
&& rm -rf pgroonga-3.2.1* \
&& apt-get remove -y \
wget \
build-essential \
libmsgpack-dev \
postgresql-server-dev-16 \
&& apt-get autoremove -y \
Expand Down

0 comments on commit cae2bda

Please sign in to comment.