httpd/Dockerfile
2024-08-30 17:40:23 +02:00

6 lines
75 B
Docker

FROM httpd:2.4.62-alpine3.20
RUN apk add --no-cache \
curl \
wget