Commit 28491c3c authored by Tommy Lau's avatar Tommy Lau

Add libseccomp

parent cd8c55a1
...@@ -3,7 +3,7 @@ FROM ubuntu:14.04 ...@@ -3,7 +3,7 @@ FROM ubuntu:14.04
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
autoconf autogen ca-certificates curl gcc gnutls-bin iptables \ autoconf autogen ca-certificates curl gcc gnutls-bin iptables \
libdbus-1-dev libgnutls28-dev libnl-route-3-dev libpam0g-dev libreadline-dev libwrap0-dev \ libdbus-1-dev libgnutls28-dev libnl-route-3-dev libpam0g-dev libreadline-dev libseccomp-dev libwrap0-dev \
make pkg-config xz-utils \ make pkg-config xz-utils \
# NOT FOUND? # NOT FOUND?
# libfreeradius-client-dev liblz4-dev libsystemd-daemon-dev # libfreeradius-client-dev liblz4-dev libsystemd-daemon-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment