Loading docker/Dockerfile +2 −2 Original line number Diff line number Diff line FROM debian:testing-slim FROM debian:slim ARG DEBIAN_FRONTEND=noninteractive RUN apt-get -y update && apt-get -y upgrade && apt-get -y autoremove && \ apt-get -y install openssl libssl-dev iputils-ping telnet ghostscript wamerican \ apt-get -y install openssl libssl-dev iputils-ping telnet ghostscript wamerican procps psmisc \ zlib1g-dev libc6-dev curl && \ rm -rf /var/cache/apt/* && apt-get clean Loading Loading
docker/Dockerfile +2 −2 Original line number Diff line number Diff line FROM debian:testing-slim FROM debian:slim ARG DEBIAN_FRONTEND=noninteractive RUN apt-get -y update && apt-get -y upgrade && apt-get -y autoremove && \ apt-get -y install openssl libssl-dev iputils-ping telnet ghostscript wamerican \ apt-get -y install openssl libssl-dev iputils-ping telnet ghostscript wamerican procps psmisc \ zlib1g-dev libc6-dev curl && \ rm -rf /var/cache/apt/* && apt-get clean Loading