mirror of https://github.com/krallin/tini.git
Add libattr1-dev to build deps
This commit is contained in:
parent
e266387a86
commit
8f9385756e
|
@ -1,2 +1,2 @@
|
|||
FROM ubuntu:xenial
|
||||
RUN apt-get update && apt-get install -y build-essential cmake git gdb valgrind python-dev libcap-dev python-pip python-virtualenv hardening-includes gnupg
|
||||
RUN apt-get update && apt-get install -y build-essential cmake git gdb valgrind python-dev libcap-dev python-pip python-virtualenv hardening-includes gnupg libattr1-dev
|
||||
|
|
Loading…
Reference in New Issue