3 lines
59 B
Docker
3 lines
59 B
Docker
FROM httpd:2.4.57-alpine
|
|
|
|
RUN apk add --no-cache curl wget
|
FROM httpd:2.4.57-alpine
|
|
|
|
RUN apk add --no-cache curl wget
|