Commit 54d69c44 authored by Tommy Lau's avatar Tommy Lau

Update to fix the compile error for latest version

parent c4f09400
FROM debian:jessie FROM debian:jessie
# Install runtime packages # Install runtime packages
RUN apt-get update && apt-get install -y gnutls-bin iptables libnl-route-3-200 libseccomp2 libwrap0 openssl --no-install-recommends && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y gnutls-bin iptables libev4 libnl-route-3-200 libprotobuf-c1 libseccomp2 libwrap0 openssl --no-install-recommends && rm -rf /var/lib/apt/lists/*
# NOT FOUND? # NOT FOUND?
# libfreeradius-client-dev liblz4-dev libsystemd-daemon-dev # libfreeradius-client-dev liblz4-dev libsystemd-daemon-dev
# Use included: # Use included:
# libhttp-parser-dev libpcl1-dev libprotobuf-c0-dev libtalloc-dev # libhttp-parser-dev libpcl1-dev libtalloc-dev
RUN buildDeps=" \ RUN buildDeps=" \
autoconf \ autoconf \
...@@ -15,9 +15,11 @@ RUN buildDeps=" \ ...@@ -15,9 +15,11 @@ RUN buildDeps=" \
curl \ curl \
gcc \ gcc \
gperf \ gperf \
libev-dev \
libgnutls28-dev \ libgnutls28-dev \
libnl-route-3-dev \ libnl-route-3-dev \
libpam0g-dev \ libpam0g-dev \
libprotobuf-c-dev \
libreadline-dev \ libreadline-dev \
libseccomp-dev \ libseccomp-dev \
libwrap0-dev \ libwrap0-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