* pull in R language

* pull in R language
This commit is contained in:
Lukas Gravley 2021-04-26 13:00:57 -05:00 committed by GitHub
parent 24e1042fe8
commit db36076139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,7 +287,8 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo
&& make -b install \ && make -b install \
&& cd .. \ && cd .. \
&& rm -r luarocks-3.3.1-super-linter/ \ && rm -r luarocks-3.3.1-super-linter/ \
&& luarocks install luacheck && luarocks install luacheck \
&& mv /etc/R/* /usr/lib/R/etc/
################################################################################ ################################################################################
# Grab small clean image ####################################################### # Grab small clean image #######################################################
@ -372,7 +373,6 @@ COPY --from=base_image /bin/ /bin/
COPY --from=base_image /opt/microsoft/ /opt/microsoft/ COPY --from=base_image /opt/microsoft/ /opt/microsoft/
COPY --from=base_image /node_modules/ /node_modules/ COPY --from=base_image /node_modules/ /node_modules/
COPY --from=base_image /tmp/.rustup/ /tmp/.rustup/ COPY --from=base_image /tmp/.rustup/ /tmp/.rustup/
COPY --from=base_image /etc/R/ /etc/R/
######################################## ########################################
# Add node packages to path and dotnet # # Add node packages to path and dotnet #