File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ RUN apt-get update && apt-get install -y \
1313RUN ln -s /usr/bin/python3 /usr/local/bin/python
1414
1515# install capella
16- ENV CAPELLA_VER_LONG=5.0 .0-R20201202-123401
16+ ENV CAPELLA_VER_LONG=5.1 .0-R20210615-075512
1717ENV CAPELLA_VER_SHORT=${CAPELLA_VER_LONG%.[0-9]*}
1818ENV 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
1919RUN mkdir -p /opt/capella && \
2020 cd /opt/capella && \
21- 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 && \
21+ 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 && \
2222 tar -xzf capella.tar.gz && \
2323 rm capella.tar.gz
2424ENV PATH="/opt/capella/capella/:${PATH}"
You can’t perform that action at this time.
0 commit comments