Skip to content
GitLab
Explore
Sign in
Register
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
!1296
Resolve
TMSS-2829
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
TMSS-2829
TMSS-2829
into
master
Overview
0
Commits
15
Pipelines
0
Changes
1
Merged
Jorrit Schaap
requested to merge
TMSS-2829
into
master
1 year ago
Overview
0
Commits
15
Pipelines
0
Changes
1
Expand
Closes
TMSS-2829
0
0
Merge request reports
Viewing commit
b95db32a
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b95db32a
TMSS-2829
: added rsync to package list
· b95db32a
Jorrit Schaap
authored
1 year ago
Docker/lofar-ci/Dockerfile_ci_tmss
+
1
−
1
Options
@@ -7,7 +7,7 @@ ARG BASE_VERSION=latest
FROM ci_base_ubuntu:$BASE_VERSION
RUN echo "Installing packages for TMSS..." && \
apt-get install -y liblog4cplus-2.0.5 liblog4cplus-dev libboost-all-dev libreadline-dev libreadline8 binutils gettext libldap-dev git default-jdk python3-twisted graphviz libaio1 libaio-dev unzip postgresql-client postgresql-server-dev-all postgresql-all libsasl2-dev
apt-get install -y liblog4cplus-2.0.5 liblog4cplus-dev libboost-all-dev libreadline-dev libreadline8 binutils gettext libldap-dev git default-jdk python3-twisted graphviz libaio1 libaio-dev unzip postgresql-client postgresql-server-dev-all postgresql-all libsasl2-dev
rsync
# Oracle decided in all its wisdom to not make use of rpm/deb
# So, we're forced to download the Oracle client packages, and configure the paths
Loading