You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get install -qq -y gcc make dh-autoreconf wget pkg-config libssl-dev git libgpm2
5
5
RUN wget https://github.com/akheron/jansson/archive/v2.12.tar.gz && tar xvzfp v2.12.tar.gz && cd jansson-2.12 && autoreconf -i && ./configure && make && make install && cd .. && rm -rf jansson-2.12 v2.12.tar.gz
6
-
RUN wget https://github.com/benmcollins/libjwt/archive/v1.12.0.tar.gz && tar xvzfp v1.12.0.tar.gz && cd libjwt-1.12.0.&& autoreconf -i && ./configure && make && make install && cd .. && rm -rf v1.12.0.tar.gz libjwt-1.12.0
6
+
RUN wget https://github.com/benmcollins/libjwt/archive/v1.12.0.tar.gz && tar xvzfp v1.12.0.tar.gz && cd libjwt-1.12.0&& autoreconf -i && ./configure && make && make install && cd .. && rm -rf v1.12.0.tar.gz libjwt-1.12.0
0 commit comments