From a0392715998a4677fb7d065ff9c5be7979e13402 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 11 Feb 2018 20:14:41 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78ea67b..4bdafcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,28 +10,25 @@ VOLUME /config RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \ && echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \ - && apk add --update bash openvpn iptables shadow apk-tools + && apk add --update bash openvpn iptables shadow apk-tools boost-system boost-thread ca-certificates RUN usermod -u 99 nobody RUN buildDeps=" \ automake \ autoconf \ - boost \ boost-dev \ - boost-system \ curl \ + cmake \ + file \ g++ \ + geoip-dev \ gnutls-dev \ - gpgme \ - libev-dev \ - libnl3-dev \ - libseccomp-dev \ libtool \ linux-headers \ linux-pam-dev \ - lz4-dev \ make \ + qt5-qttools-dev \ qt5-qtbase-dev \ readline-dev \ tar \