File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:20 .04
1+ FROM ubuntu:22 .04
22ENV DEBIAN_FRONTEND=noninteractive
33
44# Install dependencies
Original file line number Diff line number Diff line change 1- from ubuntu:20 .04
1+ from ubuntu:22 .04
22ENV DEBIAN_FRONTEND=noninteractive
33
44# Basic dependencies
55run apt-get update && apt-get install -y git make curl
66
77# rtems dependencies
8- run apt-get install -y flex bison texinfo python-dev g++ unzip libgmp-dev libmpfr-dev
8+ run apt-get install -y flex bison texinfo python2-dev g++ unzip libgmp-dev libmpfr-dev bzip2 xz-utils
9+
10+ # Make python2 the default python
11+ run ln -s /usr/bin/python2 /usr/bin/python
912
1013# QEMU dependencies
1114run apt-get install -y qemu-system-i386
@@ -64,6 +67,6 @@ run tar -zxf dosfstools.tar.gz && rm dosfstools.tar.gz
6467run cd dosfstools-* && ./configure && make && make prefix=/usr/local install
6568
6669# Remove unecessary dependencies now that rtems is built
67- run apt-get purge -y libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip git flex bison texinfo curl \
68- libgmp-dev libmpfr-dev
70+ run apt-get purge -y libz-dev libssl-dev libexpat1-dev gettext unzip git flex bison texinfo curl \
71+ libgmp-dev libmpfr-dev bzip2 xz-utils
6972run apt-get autoremove -y
Original file line number Diff line number Diff line change 1- from ubuntu:20 .04
1+ from ubuntu:22 .04
22ENV DEBIAN_FRONTEND=noninteractive
33
44# Basic dependencies
@@ -57,6 +57,6 @@ run tar -zxf dosfstools.tar.gz && rm dosfstools.tar.gz
5757run cd dosfstools-* && ./configure && make && make prefix=/usr/local install
5858
5959# Remove unecessary dependencies now that rtems is built
60- run apt-get purge -y libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip git flex bison texinfo curl \
60+ run apt-get purge -y libz-dev libssl-dev libexpat1-dev gettext unzip git flex bison texinfo curl \
6161 libgmp-dev libmpfr-dev bzip2 xz-utils
6262run apt-get autoremove -y
Original file line number Diff line number Diff line change 1- from ubuntu:20 .04
1+ from ubuntu:22 .04
22ENV DEBIAN_FRONTEND=noninteractive
33
44# Basic dependencies
@@ -66,6 +66,6 @@ run tar -zxf dosfstools.tar.gz && rm dosfstools.tar.gz
6666run cd dosfstools-* && ./configure && make && make prefix=/usr/local install
6767
6868# Remove unecessary dependencies now that rtems is built
69- run apt-get purge -y libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip git flex bison texinfo curl \
69+ run apt-get purge -y libz-dev libssl-dev libexpat1-dev gettext unzip git flex bison texinfo curl \
7070 libgmp-dev libmpfr-dev bzip2 xz-utils
7171run apt-get autoremove -y
You can’t perform that action at this time.
0 commit comments