We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dcc1c7 + 8a9c6b2 commit e4c8c5bCopy full SHA for e4c8c5b
integration/xen/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM ubuntu:16.04
+FROM ubuntu:22.04
2
3
RUN apt-get update && apt-get --no-install-recommends -y install \
4
build-essential gcc git make flex bison \
5
- software-properties-common curl python \
6
- bin86 gdb bcc liblzma-dev python-dev gettext iasl \
+ software-properties-common curl python3 \
+ bin86 gdb bcc liblzma-dev python3-dev gettext iasl \
7
uuid-dev libncurses5-dev libncursesw5-dev pkg-config \
8
libgtk2.0-dev libyajl-dev sudo time
9
0 commit comments