Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-flex-monolith/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*-custom
flex-deployed
db-data
*-log
4 changes: 2 additions & 2 deletions docker-flex-monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down
Loading