Skip to content

Commit 9f7aae0

Browse files
committed
Update to Ubuntu 22.04
1 parent 834e0b8 commit 9f7aae0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# based-on Ubuntu-18.04 (bionic)
2-
FROM ubuntu:bionic
1+
FROM ubuntu:22.04
32

43
ARG DEBIAN_FRONTEND="noninteractive"
54
ENV TZ="Australia/Sydney"
@@ -15,7 +14,7 @@ ENV LANG en_US.utf8
1514
RUN apt-get update -y
1615

1716
#install the required packages
18-
RUN apt-get install wget curl git python python3 openjdk-8-jdk openjdk-11-jdk ant autoconf bison pkg-config zip unzip build-essential gettext gcc-multilib libx11-dev libxext-dev libxrender-dev libXrandr-devel libxtst-dev libxt-dev libcups2-dev libasound2-dev libfontconfig1-dev libtool -y && apt-get clean
17+
RUN apt-get install wget curl git python3 openjdk-8-jdk openjdk-11-jdk ant autoconf bison pkg-config zip unzip build-essential gettext gcc-multilib libx11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev libcups2-dev libasound2-dev libfontconfig1-dev libtool -y && apt-get clean
1918

2019
# get rust toolchain version
2120
RUN wget https://raw.githubusercontent.com/mmtk/mmtk-core/master/rust-toolchain

0 commit comments

Comments
 (0)