httpd/Dockerfile
Michael Grote 959a96e2f9
All checks were successful
lint, build and push / lint (push) Successful in 6s
lint, build and push / build (push) Successful in 16s
switch to gitea-actions
2024-09-02 21:04:45 +02:00

7 lines
100 B
Docker

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