Skip to content

Commit

Permalink
back to basics
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Dec 15, 2022
1 parent c97cf8b commit 936c588
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ RUN apt-get update && apt-get install -y \
openssl \
liblasso3-dev \
libcurl4-openssl-dev \
libsasl2-2 \
libsasl2-modules \
libsasl2-modules-db \
libssh2-1 \
publicsuffix \
pkg-config \
dh-autoreconf \
Expand All @@ -36,31 +32,4 @@ RUN cd /root ;\
echo 'FINISHED MOD_AUTH_MELLON' ;\
ls -al /opt/bitnami/apache/modules/mod_auth_mellon.so


# ---------------------

FROM bitnami/apache:2.4.54-debian-11-r27

USER root

# runtime dependencies
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
make \
unzip \
wget \
openssl \
liblasso3 \
libcurl4 \
libsasl2-2 \
libsasl2-modules \
libsasl2-modules-db \
libssh2-1 \
publicsuffix \
pkg-config \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /opt/bitnami/apache/modules/mod_auth_mellon.so /opt/bitnami/apache/modules/mod_auth_mellon.so

USER www-data

0 comments on commit 936c588

Please sign in to comment.