Minor changes
removed cache clearing to avoid docker compose issues when building.
This commit is contained in:
parent
23849fc99c
commit
6e11a9cf38
|
@ -7,8 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
# Install lighttpd and clean up apt cache
|
||||
RUN apt update && \
|
||||
apt install -y --no-install-recommends lighttpd && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Expose the default lighttpd port
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Reference in New Issue
Block a user