Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
minotaur
Commits
a3806f2e
Commit
a3806f2e
authored
Feb 14, 2019
by
Mattias Lundmark
Browse files
DEICH-1982 libvips has moved on gihub. Updated
parent
002729cd
Pipeline
#2464
failed with stages
in 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a3806f2e
...
...
@@ -26,7 +26,7 @@ RUN apk update && \
git checkout ${MOZJPEG_VERSION} && \
autoreconf -fiv && ./configure --prefix=/usr && make install && \
# Install libvips
wget -O- https://github.com/
jcupitt
/libvips/releases/download/v${LIBVIPS_VERSION_MAJOR_MINOR}.${LIBVIPS_VERSION_PATCH}/vips-${LIBVIPS_VERSION_MAJOR_MINOR}.${LIBVIPS_VERSION_PATCH}.tar.gz | tar xzC /tmp && \
wget -O- https://github.com/
libvips
/libvips/releases/download/v${LIBVIPS_VERSION_MAJOR_MINOR}.${LIBVIPS_VERSION_PATCH}/vips-${LIBVIPS_VERSION_MAJOR_MINOR}.${LIBVIPS_VERSION_PATCH}.tar.gz | tar xzC /tmp && \
cd /tmp/vips-${LIBVIPS_VERSION_MAJOR_MINOR}.${LIBVIPS_VERSION_PATCH} && \
./configure --prefix=/usr \
--without-python \
...
...
docker-compose.yml
View file @
a3806f2e
...
...
@@ -47,10 +47,11 @@ services:
MINIO_ACCESS_KEY
:
"
${MINIO_ACCESS_KEY}"
MINIO_SECRET_KEY
:
"
${MINIO_SECRET_KEY}"
ports
:
-
"
9001:
1666
"
-
"
9001:
9001
"
command
:
-
"
/minotaur"
-
"
-murl=minio:80"
-
"
-mhost=minio:80"
-
"
-l=:9001"
logging
:
driver
:
"
json-file"
options
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment