Skip to content
Snippets Groups Projects
Commit 2e92a6d7 authored by Pedro Ferreira's avatar Pedro Ferreira
Browse files

Fixed Dockerfile for Dec2016-SP1

parent 112bc51f
Branches
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ RUN rpm --import http://dev.monetdb.org/downloads/MonetDB-GPG-KEY ...@@ -44,7 +44,7 @@ RUN rpm --import http://dev.monetdb.org/downloads/MonetDB-GPG-KEY
# Update & upgrade # Update & upgrade
RUN yum update -y RUN yum update -y
ARG MonetDBVersion=11.23.13 ARG MonetDBVersion=11.25.5
# Install MonetDB server # Install MonetDB server
RUN yum install -y MonetDB-$MonetDBVersion \ RUN yum install -y MonetDB-$MonetDBVersion \
...@@ -58,7 +58,8 @@ RUN yum install -y MonetDB-$MonetDBVersion \ ...@@ -58,7 +58,8 @@ RUN yum install -y MonetDB-$MonetDBVersion \
# Install MonetDB extensions # Install MonetDB extensions
RUN yum install -y MonetDB-geom-MonetDB5-$MonetDBVersion \ RUN yum install -y MonetDB-geom-MonetDB5-$MonetDBVersion \
MonetDB-gsl-MonetDB5-$MonetDBVersion \ MonetDB-gsl-MonetDB5-$MonetDBVersion \
MonetDB-R-$MonetDBVersion MonetDB-R-$MonetDBVersion \
MonetDB-python2-$MonetDBVersion
# Clean up # Clean up
RUN yum -y clean all RUN yum -y clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment