Browse Source

added procps utilities to base container

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
e7a08049c6
  1. 2
      src/debian/Containerfile

2
src/debian/Containerfile

@ -24,7 +24,7 @@ RUN rm /etc/localtime && \
# Install packages
RUN apt update -y && \
apt upgrade -y && \
apt install -y init sudo wget nano less man-db unzip rsync && \
apt install -y init sudo wget nano less man-db unzip rsync procps && \
apt autoremove -y --purge && \
apt clean -y

Loading…
Cancel
Save