mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 00:12:39 +01:00
@@ -14,6 +14,7 @@ RUN set -x \
|
||||
autoconf \
|
||||
automake \
|
||||
build-base \
|
||||
cmake \
|
||||
curl-dev \
|
||||
git \
|
||||
libxml2-dev \
|
||||
@@ -21,6 +22,7 @@ RUN set -x \
|
||||
&& git clone --depth 1 https://github.com/LastPass/lastpass-cli.git /usr/src/lastpass-cli \
|
||||
&& ( \
|
||||
cd /usr/src/lastpass-cli \
|
||||
&& cmake . \
|
||||
&& make \
|
||||
&& make install \
|
||||
) \
|
||||
|
||||
Reference in New Issue
Block a user