mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -19,6 +19,7 @@ RUN buildDeps=' \
|
|||||||
bash \
|
bash \
|
||||||
cmake \
|
cmake \
|
||||||
curl-dev \
|
curl-dev \
|
||||||
|
expat \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
@@ -31,7 +32,6 @@ RUN buildDeps=' \
|
|||||||
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user