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 c79c5c7 + cc4e410 commit 488474bCopy full SHA for 488474b
Dockerfile
@@ -1,17 +1,16 @@
1
-FROM php:7.4-apache
+FROM php:8.3-apache
2
MAINTAINER Sebastian Stenzel <[email protected]>
3
4
RUN apt-get update && apt-get install --no-install-recommends -y \
5
libgmp-dev \
6
libpq-dev \
7
unzip \
8
&& rm -rf /var/lib/apt/lists/*
9
+
10
RUN pecl install \
- apcu-5.1.18 \
11
+ apcu-5.1.24 \
12
&& docker-php-ext-enable \
13
apcu
14
15
RUN docker-php-ext-install \
- gmp \
- pdo \
16
- pdo_pgsql \
17
- pgsql
+ gmp
README.md
@@ -3,5 +3,3 @@ Basically php-apache with some added PHP capabilities:
* apcu
* gmp
-* pdo
-* pgsql
0 commit comments