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.
2 parents a37c8e7 + 4de6114 commit 6bc4182Copy full SHA for 6bc4182
Dockerfile
@@ -23,6 +23,7 @@ RUN \
23
apk update \
24
&& apk add --no-cache postgresql-libs postgresql-dev make automake autoconf gcc g++ git brotli-dev \
25
&& docker-php-ext-install opcache pgsql pdo_mysql pdo_pgsql \
26
+ && apk del postgresql-dev \
27
&& rm -rf /var/cache/apk/*
28
29
# Redis Extension
0 commit comments