Minor fixes on dockerfile and manage.sh script.

This commit is contained in:
Andrey Antukh 2017-01-29 14:26:38 +01:00
parent 1b687a0d79
commit 6fe09bf784
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 1 additions and 28 deletions

View file

@ -51,10 +51,6 @@ RUN wget http://mirror.checkdomain.de/imagemagick/releases/ImageMagick-7.0.4-6.t
cd .. && \
rm -rf ./ImageMagick-7.0.4-6.tar.xz ./ImageMagick-7.0.4-6
RUN wget http://www.imagemagick.org/download/ImageMagick.tar.gz
RUN tar xvf ImageMagick.tar.gz
RUN cd ImageMagick-* && ./configure --prefix=/opt/img && make && make install && cd ..
EXPOSE 3449
EXPOSE 6060
EXPOSE 9090

View file

@ -4,7 +4,7 @@
# somewhere on your $PATH, like ~/bin. The rest of Leiningen will be
# installed upon first run into the ~/.lein/self-installs directory.
export LEIN_VERSION="2.6.1"
export LEIN_VERSION="2.7.1"
case $LEIN_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;