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
Commits
9adc9dd8
Commit
9adc9dd8
authored
5 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-163
: added missing packages and symlinks
parent
922ff852
No related branches found
No related tags found
2 merge requests
!110
Resolve TMSS-163
,
!104
Resolve TMSS-146
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Docker/lofar-ci/Dockerfile_ci_base
+3
-1
3 additions, 1 deletion
Docker/lofar-ci/Dockerfile_ci_base
Docker/lofar-ci/Dockerfile_ci_lta
+2
-1
2 additions, 1 deletion
Docker/lofar-ci/Dockerfile_ci_lta
Docker/lofar-ci/Dockerfile_ci_sas
+2
-1
2 additions, 1 deletion
Docker/lofar-ci/Dockerfile_ci_sas
with
7 additions
and
3 deletions
Docker/lofar-ci/Dockerfile_ci_base
+
3
−
1
View file @
9adc9dd8
...
@@ -7,7 +7,9 @@ FROM centos:centos7.6.1810
...
@@ -7,7 +7,9 @@ FROM centos:centos7.6.1810
RUN yum -y groupinstall 'Development Tools' && \
RUN yum -y groupinstall 'Development Tools' && \
yum -y install epel-release && \
yum -y install epel-release && \
yum -y install cmake gcc git log4cplus-devel python3 python3-devel python3-pip
yum -y install cmake gcc git log4cplus-devel python3 python3-devel python3-pip which wget curl atop
RUN pip3 install kombu requests coverage
RUN adduser lofarsys
RUN adduser lofarsys
This diff is collapsed.
Click to expand it.
Docker/lofar-ci/Dockerfile_ci_lta
+
2
−
1
View file @
9adc9dd8
...
@@ -10,7 +10,8 @@ RUN echo "Installing packages for LTA..."
...
@@ -10,7 +10,8 @@ RUN echo "Installing packages for LTA..."
# see https://www.postgresql.org/download/linux/redhat/ on how to install postgresql-server > 9.2 on centos7
# 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 && \
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 && \
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
yum install -y postgresql96 postgresql96-server postgresql96-devel
yum install -y postgresql96 postgresql96-server postgresql96-devel && \
cd /bin && ln -s /usr/pgsql-9.6/bin/initb && ln -s /usr/pgsql-9.6/bin/postgres
ENV PATH /usr/pgsql-9.6/bin:$PATH
ENV PATH /usr/pgsql-9.6/bin:$PATH
RUN pip3 install kombu requests pysimplesoap mysql-connector flask lxml jsonschema psycopg2 testing.postgresql
RUN pip3 install kombu requests pysimplesoap mysql-connector flask lxml jsonschema psycopg2 testing.postgresql
This diff is collapsed.
Click to expand it.
Docker/lofar-ci/Dockerfile_ci_sas
+
2
−
1
View file @
9adc9dd8
...
@@ -11,7 +11,8 @@ RUN echo "Installing packages for SAS..." && \
...
@@ -11,7 +11,8 @@ RUN echo "Installing packages for SAS..." && \
# see https://www.postgresql.org/download/linux/redhat/ on how to install postgresql-server > 9.2 on centos7
# 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 && \
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 && \
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
yum install -y postgresql96 postgresql96-server postgresql96-devel
yum install -y postgresql96 postgresql96-server postgresql96-devel && \
cd /bin && ln -s /usr/pgsql-9.6/bin/initb && ln -s /usr/pgsql-9.6/bin/postgres
ENV PATH /usr/pgsql-9.6/bin:$PATH
ENV PATH /usr/pgsql-9.6/bin:$PATH
RUN pip3 install cython kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil django djangorestframework djangorestframework-xml ldap==1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 testing.postgresql Flask-Testing scipy Markdown django-filter python-ldap python-ldap-test ldap3 djangorestframework django-jsonforms django-json-widget django-jsoneditor drf-yasg flex swagger-spec-validator django-auth-ldap mozilla-django-oidc jsonschema comet
RUN pip3 install cython kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil django djangorestframework djangorestframework-xml ldap==1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 testing.postgresql Flask-Testing scipy Markdown django-filter python-ldap python-ldap-test ldap3 djangorestframework django-jsonforms django-json-widget django-jsoneditor drf-yasg flex swagger-spec-validator django-auth-ldap mozilla-django-oidc jsonschema comet
...
...
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