Install build-essential and procps

This commit is contained in:
Kristóf Tóth 2018-05-24 21:57:26 +02:00
parent 89e06e5876
commit 024bc9528a

View File

@ -11,6 +11,8 @@ ENV LANG en_US.UTF-8
RUN export DEBIAN_FRONTEND=noninteractive &&\
apt-get update &&\
apt-get install -y \
build-essential \
procps \
zsh \
git \
curl \