Skip to content
Snippets Groups Projects
Commit 62a0cee8 authored by Alexander König's avatar Alexander König
Browse files

some more modifications to the Dockerfile

parent 8b8482d8
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@ commul-customization/certs/*
password_mod.sh
Dockerfile
commul-customization/local.properties
lindat-dev2lindat.sh
......@@ -106,7 +106,8 @@ RUN /tmp/shibboleth_sp_with_fastcgi.sh
# copy the init script
RUN cp /opt/shibboleth-sp-fastcgi/etc/shibboleth/shibd-debian /etc/init.d/shibd
RUN chmod a+x /etc/init.d/shibd
# create the test secure folder
RUN mkdir /opt/repository/sources/secure
# install supervisor
RUN apt-get install -y python-setuptools
......@@ -129,6 +130,11 @@ RUN make aai.min.js
COPY commul-customization/certs/lindat-dev.key /etc/ssl/private/
COPY commul-customization/certs/lindat-dev_eurac_edu.pem /etc/ssl/certs/
# copy certificate for lindat
# COPY commul-customization/certs/lindat_eurac_edu.key /etc/ssl/private/
# COPY commul-customization/certs/lindat_eurac_edu.crt /etc/ssl/certs/
# convenience setting of workdir
WORKDIR /opt/repository/workspace/scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment