File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D6
73
73
RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
74
74
75
75
# Setup Racket
76
- # # Use: https://ubunlog.com/en/racket-install-ubuntu-programming-language
76
+ RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D9D33FCD84D82C17288BA03B3C9A6980F827E01E
77
+ RUN sudo add-apt-repository 'deb http://ppa.launchpad.net/plt/racket/ubuntu focal main'
77
78
78
79
# Setup Scheme
79
80
# # Use: https://github.com/ashinn/chibi-scheme
@@ -99,7 +100,7 @@ RUN sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu fo
99
100
100
101
# Install the packages that needed extra help
101
102
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
102
- && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base
103
+ && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
103
104
104
105
RUN pip install wheel matplotlib numpy coconut
105
106
You can’t perform that action at this time.
0 commit comments