Skip to content

Commit 8a9c6b2

Browse files
committed
Update Xen integration test Docker image
Ubuntu 16.04 does not have a sufficiently recent compiler to build CBMC. Use a more modern release and update packages as needed. Fixes: #8193
1 parent 3dcc1c7 commit 8a9c6b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/xen/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:22.04
22

33
RUN apt-get update && apt-get --no-install-recommends -y install \
44
build-essential gcc git make flex bison \
5-
software-properties-common curl python \
6-
bin86 gdb bcc liblzma-dev python-dev gettext iasl \
5+
software-properties-common curl python3 \
6+
bin86 gdb bcc liblzma-dev python3-dev gettext iasl \
77
uuid-dev libncurses5-dev libncursesw5-dev pkg-config \
88
libgtk2.0-dev libyajl-dev sudo time
99

0 commit comments

Comments
 (0)