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

@ -19,6 +19,7 @@ RUN buildDeps=' \
bash \
cmake \
curl-dev \
expat \
g++ \
gcc \
git \
@ -31,7 +32,6 @@ RUN buildDeps=' \
set -x \
&& apk --no-cache add \
$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 \
&& cd /usr/src/keepassxc \
&& mkdir build \