Skip to content

Commit c6564bc

Browse files
committed
Docker/Podman: add scripts for building Ubuntu24-based development image.
1 parent d335728 commit c6564bc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docker/buildUbuntu2404.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
podman build \
1212
--build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
13-
-t registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu2204 - < ubuntu2404.Dockerfile
13+
-t registry.gitlab.com/sosy-lab/software/java-smt/develop:ubuntu2404 - < ubuntu2404.Dockerfile
1414

1515
# For pushing to Gitlab registry, please create your personal access token:
1616
# https://gitlab.com/-/user_settings/personal_access_tokens

docker/runUbuntu2404.sh

100644100755
File mode changed.

docker/ubuntu2404.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ RUN apt-get update \
3838
# GMP >6.3.0 is automatically downloaded and build within Bitwuzla.
3939
RUN apt-get update \
4040
&& apt-get install -y \
41-
ninja-build python3-pip \
41+
ninja-build python3-pip meson \
4242
&& apt-get clean
43-
RUN pip3 install --upgrade meson
4443

4544
# OpenSMT requires swig, gmp, flex and bison
4645
# - swig v4.1 or newer for unique_ptr support

0 commit comments

Comments
 (0)