FROM nginx:1.17.6 LABEL maintainer="[email protected]"
ADD resource /usr/share/nginx/html WORKDIR /usr/share/nginx/html
RUN apt update
&& apt-get install -y dnsutils wget curl inetutils-ping
&& apt-get clean
EXPOSE 80
Content type
Image
Digest
Size
67.6 MB
Last updated
almost 7 years ago
docker pull jinghewang/nginx