Skip to content
Snippets Groups Projects
Commit f125785a authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-163: Update Dockerfile_ci_sas

parent fae6bbf7
No related branches found
No related tags found
2 merge requests!110Resolve TMSS-163,!104Resolve TMSS-146
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
FROM ci_base:latest FROM ci_base:latest
RUN echo "Installing packages for SAS..." && \ RUN echo "Installing packages for SAS..." && \
yum install -y epel-release 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
RUN yum install -y cmake gcc-c++ make 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 # 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 && \
RUN 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 && \
RUN yum install -y postgresql96 postgresql96-server postgresql96-devel yum install -y postgresql96 postgresql96-server postgresql96-devel
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 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
...@@ -20,5 +20,3 @@ RUN npm install -g npx && \ ...@@ -20,5 +20,3 @@ RUN npm install -g npx && \
npm install -g n && \ npm install -g n && \
n stable && \ n stable && \
npm install -g serve npm install -g serve
RUN adduser lofarsys USER lofarsys
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment