httpd/Dockerfile
Michael Grote 0ba294e364
All checks were successful
lint, build and push / gitleaks (push) Successful in 2s
lint, build and push / hadolint (push) Successful in 3s
lint, build and push / build (push) Successful in 13s
dd
2024-08-30 17:53:40 +02:00

7 lines
100 B
Docker

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