mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
Update Dockerfile to GraalVM JDK21 (#8349)
This commit is contained in:
parent
d136c8e40c
commit
8eed0f1dd6
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/graalvm/graalvm-community:17.0.7
|
||||
FROM ghcr.io/graalvm/jdk-community:21
|
||||
|
||||
USER root
|
||||
|
||||
@ -30,7 +30,6 @@ 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
|
||||
RUN chown -hR ensodev:ensodev /opt/enso
|
||||
RUN chmod -R u=rX,g=rX /opt/enso
|
||||
RUN chmod a+x /opt/enso/bin/*
|
||||
|
Loading…
Reference in New Issue
Block a user