httpd/Dockerfile

7 lines
100 B
Docker
Raw Normal View History

FROM httpd:2.4.62-alpine3.20
2024-02-02 12:45:17 +01:00
2024-08-30 17:53:40 +02:00
# hadolint ignore=DL3018
RUN apk add --no-cache \
2024-08-30 17:40:11 +02:00
curl \
wget