Fixed the idea launcher path

This commit is contained in:
Wei Chen 2020-04-30 10:28:37 -07:00 committed by GitHub
parent 91274701bf
commit b37ff79037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ RUN mkdir -p /opt/idea
RUN curl -L https://download.jetbrains.com/idea/ideaIC-2019.3.3.tar.gz | tar -C /opt/idea --strip-components 1 -xzvf -
# Add a binary to the PATH that points to the intellij startup script.
RUN ln -s /opt/intellij/bin/intellij.sh /usr/bin/intellij-idea-community
RUN ln -s /opt/idea/bin/idea.sh /usr/bin/intellij-idea-community