Skip to content

Commit 6b3998c

Browse files
committed
Update ubuntu + add pgsql
1 parent 46dffc8 commit 6b3998c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44

@@ -21,6 +21,8 @@ RUN apt-get update && \
2121
locale-gen en_US.UTF-8 && \
2222
update-locale LANG=en_US.UTF-8
2323

24+
RUN apt-get install python3-launchpadlib
25+
2426
RUN add-apt-repository ppa:git-core/ppa && \
2527
apt-get update && \
2628
apt-get -y install git
@@ -43,6 +45,7 @@ RUN mkdir -p /run/php && \
4345
php${PHP_VERSION}-intl \
4446
php${PHP_VERSION}-mbstring \
4547
php${PHP_VERSION}-mysql \
48+
php${PHP_VERSION}-pgsql \
4649
php${PHP_VERSION}-mysqli \
4750
php${PHP_VERSION}-xml \
4851
php${PHP_VERSION}-zip \

0 commit comments

Comments
 (0)