From 8f9385756eb2af282f8aedb5cbb371c3f5c52868 Mon Sep 17 00:00:00 2001 From: Sargun Dhillon Date: Mon, 24 Apr 2017 13:15:58 -0700 Subject: [PATCH] Add libattr1-dev to build deps --- buildenv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/Dockerfile b/buildenv/Dockerfile index 98a182b..86c95a9 100644 --- a/buildenv/Dockerfile +++ b/buildenv/Dockerfile @@ -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