Skip to content

Commit

Permalink
Add pkgconf for pkg-config support
Browse files Browse the repository at this point in the history
Alsom, document other packages added in the last few months.
  • Loading branch information
theory committed Jul 10, 2024
1 parent fffe53f commit b562e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN chmod +x /usr/local/bin/apt.postgresql.org.sh \
# Install apt dependencies
&& apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential clang llvm llvm-dev llvm-runtime cmake libtoml-parser-perl \
build-essential clang llvm llvm-dev llvm-runtime cmake pkgconf libtoml-parser-perl \
pgxnclient libtap-parser-sourcehandler-pgtap-perl libipc-run-perl libtest-simple-perl sudo gosu \
ca-certificates gnupg2 zip unzip libarchive-tools curl git libicu-dev libxml2 locales ssl-cert \
# Clean out unwanted stuff
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ The image includes these packages; pass additional packages to
* [llvm-dev](https://packages.debian.org/bookworm/llvm-dev)
* [llvm-runtime](https://packages.debian.org/bookworm/llvm-runtime)
* [cmake](https://packages.debian.org/bookworm/cmake)
* [pkgconf](https://packages.debian.org/bookworm/pkgconf)
* [pgxnclient](https://packages.debian.org/bookworm/pgxnclient)
* [libtap-parser-sourcehandler-pgtap-perl](https://packages.debian.org/bookworm/libtap-parser-sourcehandler-pgtap-perl)
* [sudo](https://packages.debian.org/bookworm/sudo)
Expand All @@ -487,10 +488,12 @@ The image includes these packages; pass additional packages to
* [libipc-run-perl](https://packages.debian.org/bookworm/libipc-run-perl)
(IPC::Run for [PostgreSQL TAP] tests)
* [libtest-simple-perl](https://packages.debian.org/bookworm/libtest-simple-perl)
* [libtoml-parser-perl](https://packages.debian.org/bookworm/libtoml-parser-perl)
* [libxml2](https://packages.debian.org/bookworm/libxml2)
* [locales](https://packages.debian.org/bookworm/locales)
* [ssl-cert](https://packages.debian.org/bookworm/ssl-cert)
* [git-archive-all](https://github.com/Kentzo/git-archive-all) (run `git archive-all`)
* [Rust Toolchain](https://www.rust-lang.org/tools/install)

### Rust Components

Expand Down

0 comments on commit b562e90

Please sign in to comment.