add python-dev to docker build image
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0a768bdd9c
commit
b03ffda01e
|
@ -36,10 +36,10 @@ RUN apt-get update && apt-get -y --no-install-recommends install curl software-p
|
|||
apt-get remove -y software-properties-common && \
|
||||
apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
wget git unzip golang-go nodejs yarn file \
|
||||
wget git unzip golang-go nodejs yarn file python \
|
||||
apt-transport-https locales openjdk-8-jdk-headless \
|
||||
extra-cmake-modules build-essential gcc g++ fuse \
|
||||
libx11-xcb1 libxss1 libasound2 libgl-dev libsm6 libxrandr2 \
|
||||
libx11-xcb1 libxss1 libasound2 libgl-dev libsm6 libxrandr2 python-dev \
|
||||
libjasper-dev libegl1-mesa libxcomposite-dev libxcursor-dev && \
|
||||
locale-gen en_US.UTF-8 && \
|
||||
npm install -g npm@5.5.1 && \
|
||||
|
|
Loading…
Reference in New Issue