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 7ad7706 commit 2c3c8d0Copy full SHA for 2c3c8d0
1 file changed
local_dev/searchflow-container/Dockerfile
@@ -1,11 +1,11 @@
1
-FROM php:8.0-apache
+FROM php:8.2-apache
2
3
LABEL maintainer="Chris Kittel <christopher.kittel@openknowledgemaps.org>"
4
5
RUN a2enmod rewrite
6
7
RUN apt-get update && apt-get install -y \
8
- curl libsqlite3-dev php7.4-sqlite libonig-dev libxml2-dev \
+ curl libsqlite3-dev libonig-dev libxml2-dev \
9
gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 \
10
libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 \
11
libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 \
0 commit comments