We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dffc8 commit 6b3998cCopy full SHA for 6b3998c
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.04
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
@@ -21,6 +21,8 @@ RUN apt-get update && \
21
locale-gen en_US.UTF-8 && \
22
update-locale LANG=en_US.UTF-8
23
24
+RUN apt-get install python3-launchpadlib
25
+
26
RUN add-apt-repository ppa:git-core/ppa && \
27
apt-get update && \
28
apt-get -y install git
@@ -43,6 +45,7 @@ RUN mkdir -p /run/php && \
43
45
php${PHP_VERSION}-intl \
44
46
php${PHP_VERSION}-mbstring \
47
php${PHP_VERSION}-mysql \
48
+ php${PHP_VERSION}-pgsql \
49
php${PHP_VERSION}-mysqli \
50
php${PHP_VERSION}-xml \
51
php${PHP_VERSION}-zip \
0 commit comments