Skip to content

Commit

Permalink
set dependency versions for Capella 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chgio committed Oct 29, 2024
1 parent a4c1883 commit 8d48ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ RUN apt-get update && apt-get install -y \
RUN ln -s /usr/bin/python3 /usr/local/bin/python

# install capella
ENV CAPELLA_VER_LONG=5.0.0-R20201202-123401
ENV CAPELLA_VER_LONG=5.1.0-R20210615-075512
ENV CAPELLA_VER_SHORT=${CAPELLA_VER_LONG%.[0-9]*}
ENV CAPELLA_TAR=https://download.eclipse.org/capella/core/products/releases/${CAPELLA_VER_LONG%.[0-9]*}/capella-${CAPELLA_VER_LONG}-linux-gtk-x86_64.tar.gz
RUN mkdir -p /opt/capella && \
cd /opt/capella && \
wget -nv -c "https://download.eclipse.org/capella/core/products/releases/5.0.0-R20201202-123401/capella-5.0.0.202101071610-linux-gtk-x86_64.tar.gz" -O capella.tar.gz && \
wget -nv -c "https://download.eclipse.org/capella/core/products/releases/5.1.0-R20210615-075512/capella-5.1.0.202106150755-linux-gtk-x86_64.tar.gz" -O capella.tar.gz && \
tar -xzf capella.tar.gz && \
rm capella.tar.gz
ENV PATH="/opt/capella/capella/:${PATH}"
Expand Down

0 comments on commit 8d48ff3

Please sign in to comment.