Skip to content
Snippets Groups Projects

Master

Merged Dariusz Janny requested to merge janny/faas-shib:master into master
5 files
+ 54
4
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
3
@@ -11,9 +11,16 @@ RUN echo $FAAS_SHIB_VERSION > /faas-docker-version
@@ -11,9 +11,16 @@ RUN echo $FAAS_SHIB_VERSION > /faas-docker-version
COPY ./conf/etc/apt/sources.list /etc/apt/sources.list
COPY ./conf/etc/apt/sources.list /etc/apt/sources.list
RUN apt-get -q update && \
RUN apt-get -q update && \
apt-get install -y --no-install-recommends apt-utils curl vim rsyslog && \
apt-get install -y --no-install-recommends apt-utils && \
apt-get install -y libapache2-mod-shib shibboleth-sp-utils shibboleth-sp-common && \
apt-get install -y --no-install-recommends curl vim rsyslog mc && \
 
apt-get install -y apache2 libapache2-mod-shib shibboleth-sp-utils shibboleth-sp-common && \
apt-get --yes install supervisor && \
apt-get --yes install supervisor && \
apt-get clean
apt-get clean
#ENTRYPOINT ["/etc/entrypoint"]
COPY ./conf/etc/supervisord.conf /etc/supervisord.conf
 
COPY ./conf/etc/entrypoint /etc/entrypoint
 
 
EXPOSE 80
 
 
ENTRYPOINT ["/etc/entrypoint"]
 
Loading