File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ ENV OMPP_VERSION="1.17.8"
485485# IMPORTANT: Don't forget to update the version number in the openmpp.desktop file!!
486486ENV OMPP_PKG_DATE="20250330"
487487# Sha needs to be manually generated.
488- ARG SHA256ompp=3407def2d633e7989396b6e2f2a75a7c445b5fc699d714e846ee8e279ff43b0e
488+ ARG SHA256ompp=83b640bfe8fa088bd029015628a39816fb30e3e46192e0dfa18db91094489000
489489# OpenM++ environment settings
490490ENV OMPP_USER=$NB_USER
491491ENV OMPP_GROUP=100
@@ -494,7 +494,7 @@ ENV OMPP_GID=$NB_GID
494494# OpenM++ expects sqlite to be installed (not just libsqlite)
495495RUN apt-get update --yes \
496496 && apt-get install --yes sqlite3 \
497- && wget https://github.com/openmpp/main/releases/download/v${OMPP_VERSION}/openmpp_debian-11_ ${OMPP_PKG_DATE}.tar.gz -O /tmp/ompp.tar.gz \
497+ && wget https://github.com/openmpp/main/releases/download/v${OMPP_VERSION}/openmpp_debian_ ${OMPP_PKG_DATE}.tar.gz -O /tmp/ompp.tar.gz \
498498 && echo "${SHA256ompp} /tmp/ompp.tar.gz" | sha256sum -c - \
499499 && tar -xf /tmp/ompp.tar.gz -C /tmp/ \
500500 && mkdir /opt/openmpp \
You can’t perform that action at this time.
0 commit comments