mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37:49 +01:00
update keepassxc
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
0866908007
commit
fac4024624
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user