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