forked from platypush/platypush
Added libcap-dev to build requirements for Ubuntu Docker images
This commit is contained in:
parent
6023fd3db3
commit
f478e1ff40
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@ RUN dpkg --configure -a \\
|
|||
&& apt-get install --no-install-recommends -y git \\
|
||||
&& apt-get install --no-install-recommends -y sudo \\
|
||||
&& apt-get install --no-install-recommends -y libffi-dev \\
|
||||
&& apt-get install --no-install-recommends -y libcap-dev \\
|
||||
&& apt-get install --no-install-recommends -y libjpeg-dev \\{pkg_cmd}{pip_cmd}'''
|
||||
|
||||
for exec_cmd in exec_cmds:
|
||||
|
@ -154,6 +155,7 @@ RUN apt-get remove -y git \\
|
|||
&& apt-get remove -y build-essential \\
|
||||
&& apt-get remove -y libffi-dev \\
|
||||
&& apt-get remove -y libjpeg-dev \\
|
||||
&& apt-get remove -y libcap-dev \\
|
||||
&& apt-get remove -y zlib1g-dev \\
|
||||
&& apt-get remove -y apt-utils \\
|
||||
&& apt-get clean \\
|
||||
|
|
Loading…
Reference in a new issue