Skip to content
Snippets Groups Projects
Commit 8f564324 authored by nimrod's avatar nimrod
Browse files

fixup! LAM: Use the httpd base image.

parent 69d85854
No related branches found
No related tags found
Loading
Pipeline #4210 failed
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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment