Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Merge requests
!186
Resolve
TMSS-221
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
TMSS-221
TMSS-221
into
master
Overview
1
Commits
12
Pipelines
0
Changes
12
Merged
Jörn Künsemöller
requested to merge
TMSS-221
into
master
4 years ago
Overview
1
Commits
12
Pipelines
0
Changes
12
Expand
Closes
TMSS-221
0
0
Merge request reports
Viewing commit
dbbbe42e
Prev
Next
Show latest version
12 files
+
172
−
88
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
dbbbe42e
Merge branch '
TMSS-221
' of
https://git.astron.nl/ro/lofar
into
TMSS-221
· dbbbe42e
Jörn Künsemöller
authored
4 years ago
Docker/lofar-ci/Dockerfile_ci_sas
+
1
−
1
Options
@@ -8,7 +8,7 @@ FROM ci_base:$BASE_VERSION
RUN echo "Installing packages for SAS..." && \
yum install -y log4cplus log4cplus-devel python3 python3-libs python3-devel boost readline-devel boost-devel binutils-devel boost-python36 boost-python36-devel gettext which openldap-devel git java-11-openjdk python-twisted-core
# see https://www.postgresql.org/download/linux/redhat/ on how to install postgresql-server > 9.2 on centos7
RUN yum erase -y postgresql postgresql-server postgresql-devel && \
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
Loading