Skip to content

Commit

Permalink
Bump version to 0.2.1, stop scrubbing apt lists, create empty /etc/sc…
Browse files Browse the repository at this point in the history
…ripts directory
  • Loading branch information
binaryape committed Feb 7, 2021
1 parent e106e02 commit e5b520d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM bitnami/minideb:latest

LABEL description="A simple, unconfigured Apache 2.4 proxy service including the Shibboleth SP module (SWITCH edition)" \
version="0.2.0" \
version="0.2.1" \
maintainer="pete@digitalidentitylabs.com"

ARG SRC_DIR=/usr/local/src
Expand All @@ -23,10 +23,10 @@ RUN echo "\n## Preparing OS..." && \
install_packages shibboleth libapache2-mod-shib2 dehydrated && \
mkdir -p /run/shibboleth && chmod 0755 /run/shibboleth && chown _shibd /run/shibboleth && \
mkdir -p /var/shibboleth && chmod 0755 /run/shibboleth && chown _shibd /run/shibboleth && \
mkdir -p /etc/scripts && \
echo "\n## Tidying up..." && \
rm -rf $SRC_DIR/* && \
apt-get remove --auto-remove --yes --allow-remove-essential gnupg dirmngr apt-utils && \
rm -rf /var/lib/apt/lists
apt-get remove --auto-remove --yes --allow-remove-essential gnupg dirmngr apt-utils

COPY etcfs /etc

Expand Down

0 comments on commit e5b520d

Please sign in to comment.