Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Upgrade to using Eclipse 4.23 for formatting checks
Browse files Browse the repository at this point in the history
We need multiple versions as the still active CDT 10.6
branch still uses 4.13
  • Loading branch information
jonahgraham committed Apr 19, 2022
1 parent 894326d commit 2e06815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/cdt-infra-plus-eclipse-install/ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN apt-get install -y curl tar gzip
RUN mkdir -p ${HOME}/buildtools && cd ${HOME}/buildtools \
&& curl -sL https://download.eclipse.org/eclipse/downloads/drops4/R-4.13-201909161045/eclipse-SDK-4.13-linux-gtk-x86_64.tar.gz | tar xvz \
&& mv eclipse eclipse-SDK-4.13 \
&& curl -sL https://download.eclipse.org/eclipse/downloads/drops4/R-4.23-202203080310/eclipse-SDK-4.23-linux-gtk-x86_64.tar.gz | tar xvz \
&& mv eclipse eclipse-SDK-4.23 \
&& chown -R 1000:0 ${HOME} \
&& chmod -R g+rwX ${HOME}

Expand Down

0 comments on commit 2e06815

Please sign in to comment.