mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
chore: add libyaml-dev
to GNU/Linux Docker dependencies (#1204)
`pip install awscli` outputs the following warning: ``` Running setup.py install for PyYAML checking if libyaml is compilable i686-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory #include <yaml.h> ^ compilation terminated. libyaml is not found or a compiler error: forcing --without-libyaml (if libyaml is installed correctly, you may need to specify the option --include-dirs or uncomment and modify the parameter include_dirs in setup.cfg) ``` The installation gracefully continues anyway (the `--without-libyaml` is automatically forced). Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
f73bcb78a8
commit
7033f7f7c4
@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libnss3 \
|
||||
libxss1 \
|
||||
libxtst6 \
|
||||
libyaml-dev \
|
||||
python \
|
||||
python-pip \
|
||||
python-dev \
|
||||
|
@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libnss3 \
|
||||
libxss1 \
|
||||
libxtst6 \
|
||||
libyaml-dev \
|
||||
python \
|
||||
python-pip \
|
||||
python-dev \
|
||||
|
@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libnss3 \
|
||||
libxss1 \
|
||||
libxtst6 \
|
||||
libyaml-dev \
|
||||
python \
|
||||
python-pip \
|
||||
python-dev \
|
||||
|
Loading…
x
Reference in New Issue
Block a user