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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
6f7af2d0
Commit
6f7af2d0
authored
5 years ago
by
Jörn Künsemöller
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-134
: Add missing dependencies
parent
69858225
No related branches found
No related tags found
1 merge request
!94
Resolve TMSS-134
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/docker/tmss-testenv/tmss_testenv_Dockerfile
+2
-2
2 additions, 2 deletions
SAS/TMSS/docker/tmss-testenv/tmss_testenv_Dockerfile
with
2 additions
and
2 deletions
SAS/TMSS/docker/tmss-testenv/tmss_testenv_Dockerfile
+
2
−
2
View file @
6f7af2d0
...
@@ -14,14 +14,14 @@ RUN yum -y groupinstall 'Development Tools' && \
...
@@ -14,14 +14,14 @@ RUN yum -y groupinstall 'Development Tools' && \
RUN echo "Installing packages for TMSS..." && \
RUN echo "Installing packages for TMSS..." && \
yum -y install https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm && \
yum -y install https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm && \
yum -y install postgresql94-devel openldap-devel postgresql94-server which && \
yum -y install postgresql94-devel openldap-devel postgresql94-server which && \
pip3 install django-filter django-auth-ldap coreapi python-ldap-test django-jsonforms django-json-widget "git+git://github.com/nnseva/django-jsoneditor.git" psycopg2-binary markdown ldap3 drf-yasg flex swagger-spec-validator testing.postgresql
pip3 install django-filter django-auth-ldap coreapi python-ldap-test django-jsonforms django-json-widget "git+git://github.com/nnseva/django-jsoneditor.git" psycopg2-binary markdown ldap3 drf-yasg flex swagger-spec-validator testing.postgresql
mozilla_django_oidc
ENV PATH=$PATH:/usr/pgsql-9.4/bin/
ENV PATH=$PATH:/usr/pgsql-9.4/bin/
RUN echo "Checking out code base" && \
RUN echo "Checking out code base" && \
git clone https://git.astron.nl/ro/lofar.git && \
git clone https://git.astron.nl/ro/lofar.git && \
cd lofar && \
cd lofar && \
git checkout
master
&& \
git checkout
TMSS-134
&& \
. CMake/gen_LofarPackageList_cmake.sh && \
. CMake/gen_LofarPackageList_cmake.sh && \
PACKAGE=TMSS && \
PACKAGE=TMSS && \
VARIANT=gnucxx11_opt && \
VARIANT=gnucxx11_opt && \
...
...
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