Install build-essential and procps
This commit is contained in:
parent
89e06e5876
commit
024bc9528a
12
Dockerfile
12
Dockerfile
@ -10,11 +10,13 @@ ENV LANG en_US.UTF-8
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive &&\
|
||||
apt-get update &&\
|
||||
apt-get install -y \
|
||||
zsh \
|
||||
git \
|
||||
curl \
|
||||
vim \
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
procps \
|
||||
zsh \
|
||||
git \
|
||||
curl \
|
||||
vim \
|
||||
autojump &&\
|
||||
rm -rf /var/lib/apt/lists/* &&\
|
||||
ln -sf /bin/bash /bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user