Skip to content

Commit 488474b

Browse files
authored
Merge pull request #1 from skymatic/feature/php8
Update to PHP8
2 parents c79c5c7 + cc4e410 commit 488474b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
FROM php:7.4-apache
1+
FROM php:8.3-apache
22
MAINTAINER Sebastian Stenzel <[email protected]>
33

44
RUN apt-get update && apt-get install --no-install-recommends -y \
55
libgmp-dev \
66
libpq-dev \
77
unzip \
88
&& rm -rf /var/lib/apt/lists/*
9+
910
RUN pecl install \
10-
apcu-5.1.18 \
11+
apcu-5.1.24 \
1112
&& docker-php-ext-enable \
1213
apcu
14+
1315
RUN docker-php-ext-install \
14-
gmp \
15-
pdo \
16-
pdo_pgsql \
17-
pgsql
16+
gmp

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ Basically php-apache with some added PHP capabilities:
33

44
* apcu
55
* gmp
6-
* pdo
7-
* pgsql

0 commit comments

Comments
 (0)