Skip to content

Commit

Permalink
Remove FastR component from Dockerfile. (#7374)
Browse files Browse the repository at this point in the history
In newest GraalVM release, there is no R component anymore.
  • Loading branch information
Akirathan committed Jul 24, 2023
1 parent 34c63e3 commit def9301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV ENSO_RUNTIME_DIRECTORY=/opt/enso/work
ENV ENSO_LOG_DIRECTORY=/opt/enso/logs
ENV ENSO_HOME=/volumes/workspace/home

RUN gu install js python r
RUN gu install js python
RUN chown -hR ensodev:ensodev /opt/enso
RUN chmod -R u=rX,g=rX /opt/enso
RUN chmod a+x /opt/enso/bin/*
Expand Down

0 comments on commit def9301

Please sign in to comment.