Add libattr1-dev to build deps

This commit is contained in:
Sargun Dhillon 2017-04-24 13:15:58 -07:00
parent e266387a86
commit 8f9385756e
1 changed files with 1 additions and 1 deletions

View File

@ -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