httpd/Dockerfile

4 lines
59 B
Docker
Raw Normal View History

2024-02-02 12:45:17 +01:00
FROM httpd:2.4.57-alpine
RUN apk add --no-cache curl wget