Skip to content

Commit

Permalink
Merge pull request #3 from esa/pr/mppp_update
Browse files Browse the repository at this point in the history
mp++ update
  • Loading branch information
bluescarni authored Jan 5, 2024
2 parents 23468ef + ca0f6f6 commit 2a3b747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile2014
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN curl -L https://github.com/fmtlib/fmt/archive/${FMT_VERSION}.tar.gz > fmt.ta

# Install mp++
WORKDIR /root/install
ARG MPPP_VERSION="1.0.0"
ARG MPPP_VERSION="1.0.2"
RUN curl -L https://github.com/bluescarni/mppp/archive/v${MPPP_VERSION}.tar.gz > mppp.tar.gz \
&& tar xzf mppp.tar.gz > /dev/null 2>&1 \
&& cd mppp-${MPPP_VERSION} \
Expand Down

0 comments on commit 2a3b747

Please sign in to comment.