We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f330348 commit 57d113cCopy full SHA for 57d113c
Dockerfile
@@ -10,10 +10,7 @@ RUN set -x \
10
libexpat1-dev git curl build-essential lsb-release libxml2 libxslt1.1 libxslt1-dev autoconf libtool libssl-dev \
11
unzip libmaxminddb-dev libbrotli-dev cmake pkg-config libjansson-dev libmsgpack-dev
12
13
-RUN git clone https://github.com/benmcollins/libjwt.git /home/libjwt && \
14
- cd /home/libjwt && \
15
- git checkout 8ac4200
16
-
+RUN git clone --depth 1 --branch v3.2.1 https://github.com/benmcollins/libjwt.git /home/libjwt
17
RUN mkdir -p /home/libjwt/build && \
18
cd /home/libjwt/build && \
19
cmake .. && make && make install
0 commit comments