Answers for "docker image with wget"

0

docker image with wget

FROM ubuntu:14.04
RUN  apt-get update \
  && apt-get install -y wget \
  && rm -rf /var/lib/apt/lists/*
Posted by: Guest on February-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language