Commit 8f564324 authored by nimrod's avatar nimrod
Browse files

fixup! LAM: Use the httpd base image.

parent 69d85854
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
FROM registry.shore.co.il/httpd:bookworm
USER root
# hadolint ignore=DL3008
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
@@ -7,6 +8,7 @@ RUN apt-get update && \
        patch \
    && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
USER www-data
COPY --chown=root:root patch.diff /root/
COPY --chown=root:root entrypoint /usr/local/bin/
COPY --chown=root:root lam-setpass /usr/local/bin/