Last active
May 2, 2024 05:37
-
-
Save buth/1291c75b1414dd7cea21 to your computer and use it in GitHub Desktop.
Revisions
-
buth revised this gist
Jan 27, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ RUN \ curl -sfLO http://www.imagemagick.org/download/ImageMagick-6.9.0-4.tar.gz && \ echo 'cf51a1c6ebf627c627a8e6ac20aecce5f1425907c2cdb98c5a60f329c5c6caf2 ImageMagick-6.9.0-4.tar.gz' | sha256sum -c - && \ tar -xzf ImageMagick-6.9.0-4.tar.gz && \ cd ImageMagick-6.9.0-4 && \ ./configure --prefix /usr/local && \ make install && \ cd .. && \ rm -rf ImageMagick* -
buth revised this gist
Jan 27, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ RUN \ curl -sfLO http://www.imagemagick.org/download/ImageMagick-6.9.0-4.tar.gz && \ echo 'cf51a1c6ebf627c627a8e6ac20aecce5f1425907c2cdb98c5a60f329c5c6caf2 ImageMagick-6.9.0-4.tar.gz' | sha256sum -c - &&\ tar -xzf ImageMagick-6.9.0-4.tar.gz && \ cd ImageMagick-6.9.0-4 && \ ./configure --prefix /usr/local && \ make install && \ -
buth revised this gist
Jan 27, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ curl -sfLO http://www.imagemagick.org/download/ImageMagick-6.9.0-4.tar.gz && \ echo 'cf51a1c6ebf627c627a8e6ac20aecce5f1425907c2cdb98c5a60f329c5c6caf2 ImageMagick-6.9.0-4.tar.gz' | sha256sum -c - &&\ tar -xzf ImageMagick.tar.gz && \ cd ImageMagick-6.9.0-4 && \ ./configure --prefix /usr/local && \ make install && \ cd .. &&\ rm -rf ImageMagick* -
buth revised this gist
Jan 27, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ RUN \ curl -sfLO http://www.imagemagick.org/download/ImageMagick-6.9.0-4.tar.gz && \ echo 'cf51a1c6ebf627c627a8e6ac20aecce5f1425907c2cdb98c5a60f329c5c6caf2 ImageMagick-6.9.0-4.tar.gz' | sha256sum -c - &&\ tar -xzf ImageMagick.tar.gz && \ cd ImageMagick-6.9.0-4 && \ ./configure --prefix /usr/local && -
buth created this gist
Jan 27, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ RUN \ curl -sfLO http://www.imagemagick.org/download/ImageMagick.tar.gz && \ echo 'cf51a1c6ebf627c627a8e6ac20aecce5f1425907c2cdb98c5a60f329c5c6aaf2 ImageMagick.tar.gz' | sha256sum -c - &&\ tar -xzf ImageMagick.tar.gz && \ cd ImageMagick-6.9.0-4 && \ ./configure --prefix /usr/local && make install && \ cd .. &&\ rm -rf ImageMagick*