Commit faf4bfe5 authored by Tommy Lau's avatar Tommy Lau

ocserv fall back to 0.9.0 needs gperf

parent 28491c3c
...@@ -2,7 +2,7 @@ FROM ubuntu:14.04 ...@@ -2,7 +2,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 gperf iptables \
libdbus-1-dev libgnutls28-dev libnl-route-3-dev libpam0g-dev libreadline-dev libseccomp-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?
......
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