httpd/Dockerfile

6 lines
75 B
Docker
Raw Normal View History

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