Skip to content

Commit e4c8c5b

Browse files
authored
Merge pull request #8381 from tautschnig/bugfixes/recent-ubuntu-8193
Update Xen integration test Docker image
2 parents 3dcc1c7 + 8a9c6b2 commit e4c8c5b

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)