Commit 4174daef authored by Tommy Lau's avatar Tommy Lau

Docker image can be built

parent 2b7ceea5
FROM alpine:3.4 FROM alpine:3.4
# Install runtime packages # Install runtime packages
RUN apk update && apk add diffutils gawk gnutls gnutls-utils iptables libintl libnl linux-pam lz4 openssl readline sed RUN apk update && apk add gawk gnutls gnutls-utils iptables libev libintl libnl linux-pam lz4 openssl protobuf-c readline sed
RUN buildDeps=" \ RUN buildDeps=" \
curl \ curl \
...@@ -10,6 +10,7 @@ RUN buildDeps=" \ ...@@ -10,6 +10,7 @@ RUN buildDeps=" \
gnutls-dev \ gnutls-dev \
gperf \ gperf \
gpgme \ gpgme \
libev-dev \
linux-headers \ linux-headers \
lz4-dev \ lz4-dev \
make \ make \
......
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