mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:48:28 +02:00
Minor fixes on dockerfile and manage.sh script.
This commit is contained in:
parent
1b687a0d79
commit
6fe09bf784
3 changed files with 1 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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" ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue