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 9ba3a4f commit af6e719Copy full SHA for af6e719
Dockerfile.tmpl
@@ -3,8 +3,8 @@ FROM postgres:${PG_VERSION}-alpine
3
# Install dependencies
4
RUN apk add --no-cache \
5
curl git \
6
+ perl perl-ipc-run \
7
make musl-dev gcc bison flex coreutils \
- perl perl-utils perl-ipc-run \
8
zlib-dev libedit-dev \
9
clang-analyzer valgrind;
10
0 commit comments