File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- # based-on Ubuntu-18.04 (bionic)
2
- FROM ubuntu:bionic
1
+ FROM ubuntu:22.04
3
2
4
3
ARG DEBIAN_FRONTEND="noninteractive"
5
4
ENV TZ="Australia/Sydney"
@@ -15,7 +14,7 @@ ENV LANG en_US.utf8
15
14
RUN apt-get update -y
16
15
17
16
# 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
19
18
20
19
# get rust toolchain version
21
20
RUN wget https://raw.githubusercontent.com/mmtk/mmtk-core/master/rust-toolchain
You can’t perform that action at this time.
0 commit comments