1 2 3 4 5 6 7
FROM ubuntu:bionic WORKDIR /root COPY . . RUN chmod +x *.sh RUN apt-get update && apt-get install -y gcc iputils-ping iproute2