Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-02 13:42:52 -08:00
parent 0a0c49c90f
commit d112cd4d9c
8 changed files with 18 additions and 13 deletions

View File

@@ -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 \
) \