Commit 1f0d7502 authored by Dave Cooper's avatar Dave Cooper
Browse files

added procps etc

parent b7b936c5
Loading
Loading
Loading
Loading
Loading
+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