Skip to content
Snippets Groups Projects
Commit 89b81870 authored by Panagiotis Koutsourakis's avatar Panagiotis Koutsourakis
Browse files

Update Dockerfile with latest version

parent 31db0367
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Based on CentOS 7 # Based on CentOS 7
############################################################ ############################################################
FROM centos:7 FROM centos:7
MAINTAINER Dimitar Nedev, dimitar.nedev@monetdbsolutions.com MAINTAINER Panagiotis Koutsourakis, panagiotis.koutsourakis@monetdbsolutions.com
####################################################### #######################################################
# Expose ports # Expose ports
...@@ -50,7 +50,7 @@ RUN yum update -y && \ ...@@ -50,7 +50,7 @@ RUN yum update -y && \
yum upgrade -y yum upgrade -y
# Install MonetDB # Install MonetDB
RUN yum install -y MonetDB-SQL-server5-hugeint-11.21.11 RUN yum install -y MonetDB-SQL-server5-hugeint-11.21.17
RUN yum install -y MonetDB-client RUN yum install -y MonetDB-client
# Install the MonetDB/GEOM module # Install the MonetDB/GEOM module
RUN yum install -y MonetDB-geom-MonetDB5 RUN yum install -y MonetDB-geom-MonetDB5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment