5 lines
75 B
Docker
5 lines
75 B
Docker
FROM httpd:2.4.62-alpine3.20
|
|
|
|
RUN apk add --no-cache \
|
|
curl \
|
|
wget
|