File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo "deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/" | tee /etc
13
13
echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | tee /etc/apt/sources.list.d/mono-official-vs.list && \
14
14
apt-get -qq update
15
15
# Installing Dependencies
16
- RUN apt-get install -yqq python3 python3-pip python3-venv openjdk-13-jdk git curl wget build-essential python3-jira r-base rustc cargo nuget nuget mono-devel mono-complete monodevelop libxml2-dev libbluetooth-dev libdbus-1-dev dotnet-sdk-6 .0 dotnet-runtime-6 .0 dotnet-runtime-3.1 aspnetcore-runtime-6 .0 nodejs npm
16
+ RUN apt-get install -yqq python3 python3-pip python3-venv openjdk-13-jdk git curl wget build-essential python3-jira r-base rustc cargo nuget nuget mono-devel mono-complete monodevelop libxml2-dev libbluetooth-dev libdbus-1-dev dotnet-sdk-7 .0 dotnet-runtime-7 .0 dotnet-runtime-3.1 aspnetcore-runtime-7 .0 nodejs npm
17
17
RUN mkdir -p /root/local/bin
18
18
WORKDIR /root/local/bin
19
19
# install latest cmake
You can’t perform that action at this time.
0 commit comments