httpd/Dockerfile

6 lines
100 B
Docker

FROM httpd:2.4.62-alpine3.20
# hadolint ignore=DL3018
RUN apk add --no-cache \
curl \
wget