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
RUN buildDeps=' \
automake \
argon2-dev \
bash \
cmake \
curl-dev \
g++ \
gcc \
git \
libgcrypt-dev \
libmicrohttpd-dev \
make \
qt5-qtbase-dev \
qt5-qttools-dev \
automake \
argon2-dev \
bash \
cmake \
curl-dev \
expat \
g++ \
gcc \
git \
libgcrypt-dev \
libmicrohttpd-dev \
make \
qt5-qtbase-dev \
qt5-qttools-dev \
' \
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 \