update keepassxc

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-25 04:37:40 -04:00
parent 0866908007
commit fac4024624
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -14,24 +14,24 @@ LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.3.4 ENV KEEPASSXC_VERSION 2.3.4
RUN buildDeps=' \ RUN buildDeps=' \
automake \ automake \
argon2-dev \ argon2-dev \
bash \ bash \
cmake \ cmake \
curl-dev \ curl-dev \
g++ \ expat \
gcc \ g++ \
git \ gcc \
libgcrypt-dev \ git \
libmicrohttpd-dev \ libgcrypt-dev \
make \ libmicrohttpd-dev \
qt5-qtbase-dev \ make \
qt5-qttools-dev \ qt5-qtbase-dev \
qt5-qttools-dev \
' \ ' \
set -x \ set -x \
&& apk --no-cache add \ && apk --no-cache add \
$buildDeps \ $buildDeps \
--repository https://dl-3.alpinelinux.org/alpine/edge/main \
&& git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \ && git clone --depth 1 --branch ${KEEPASSXC_VERSION} https://github.com/keepassxreboot/keepassxc.git /usr/src/keepassxc \
&& cd /usr/src/keepassxc \ && cd /usr/src/keepassxc \
&& mkdir build \ && mkdir build \