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
!184
Resolve
TMSS-241
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
TMSS-241
TMSS-241
into
master
Overview
4
Commits
15
Pipelines
0
Changes
12
All threads resolved!
Hide all comments
Merged
Roy de Goei
requested to merge
TMSS-241
into
master
4 years ago
Overview
4
Commits
15
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
TMSS-241
0
0
Merge request reports
Compare
version 4
version 4
3d53428d
4 years ago
version 3
0ef36489
4 years ago
version 2
5daaa07e
4 years ago
version 1
bd726f9b
4 years ago
master (base)
and
latest version
latest version
071682ff
15 commits,
4 years ago
version 4
3d53428d
14 commits,
4 years ago
version 3
0ef36489
10 commits,
4 years ago
version 2
5daaa07e
9 commits,
4 years ago
version 1
bd726f9b
8 commits,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Docker/lofar-ci/Dockerfile_ci_sas
+
1
−
1
Options
@@ -7,7 +7,7 @@ ARG BASE_VERSION=latest
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
npm nodejs
git java-11-openjdk python-twisted-core
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 && \
Loading