Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postgres-ext-ci-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
The parent group of this project is pending deletion, so this project will also be deleted on
2025-06-17
.
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
C3SL
docker
postgres-ext-ci-service
Commits
2e92a6d7
Commit
2e92a6d7
authored
8 years ago
by
Pedro Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Dockerfile for Dec2016-SP1
parent
112bc51f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
3 additions, 2 deletions
Dockerfile
with
3 additions
and
2 deletions
Dockerfile
+
3
−
2
View file @
2e92a6d7
...
@@ -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.2
3.13
ARG
MonetDBVersion=11.2
5.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment