diff --git a/docker-flex-monolith/.gitignore b/docker-flex-monolith/.gitignore index e0260278fb..f7567b4e42 100644 --- a/docker-flex-monolith/.gitignore +++ b/docker-flex-monolith/.gitignore @@ -1,3 +1,4 @@ *-custom flex-deployed db-data +*-log diff --git a/docker-flex-monolith/Dockerfile b/docker-flex-monolith/Dockerfile index 1c9a046552..5fea2d0b6c 100644 --- a/docker-flex-monolith/Dockerfile +++ b/docker-flex-monolith/Dockerfile @@ -17,7 +17,7 @@ RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker \ # @TODO: remove python-ldap3 after ldap support removed RUN DEBIAN_FRONTEND=noninteractive \ apt-get update \ - && apt-get install -y python3 tini curl ca-certificates dbus systemd iproute2 gpg python3-pip python3-dev libpq-dev gcc python3-psycopg2 libaugeas-dev \ + && apt-get install -y python3 tini curl ca-certificates dbus systemd iproute2 gpg python3-pip python3-dev libpq-dev gcc python3-psycopg2 libaugeas-dev apache2 \ # install certbot && pip install ruamel.yaml certbot certbot-apache \ # Cleaning up package lists \ @@ -41,7 +41,7 @@ EXPOSE 443 8080 1636 # flex-linux-setup # ===================== -ENV FLEX_SOURCE_VERSION=ec9488d2ff477850943ad41984a4fe5016461e7c +ENV FLEX_SOURCE_VERSION=581ab7475d28436de002eadcbffbec6e139deb37 # cleanup RUN rm -rf /tmp/jans