Skip to content

Commit

Permalink
Merge pull request #2 from psadil/fix/spm_patch_link
Browse files Browse the repository at this point in the history
fix: update spm patch source to permalink
  • Loading branch information
fprados committed Jun 27, 2024
2 parents 51d9a62 + 293c083 commit 8ed63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
RUN mkdir /opt/spm12 \
&& curl -SL https://github.com/spm/spm12/archive/refs/tags/r7219.tar.gz \
| tar -xzC /opt/spm12 --strip-components 1 \
&& curl -SL https://raw.githubusercontent.com/spm/spm-docker/main/octave/spm12_r7771.patch
&& curl -SL https://raw.githubusercontent.com/spm/spm-docker/687c160b9d50100079c8a7decd696d07cf66251a/octave/spm12_r7771.patch

RUN make -C /opt/spm12/src PLATFORM=octave distclean \
&& make -C /opt/spm12/src PLATFORM=octave \
Expand Down

0 comments on commit 8ed63f9

Please sign in to comment.