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
Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,5 @@ FROM swipl:7.7.16
2
2
LABEL maintainer "Can Bican <can@bican.net>"
3
3
RUN apt-get update
4
4
RUN apt-get install -qq -y gcc make dh-autoreconf wget pkg-config libssl-dev git libgpm2
5
-
RUN wget https://github.com/akheron/jansson/archive/v2.11.tar.gz && tar xvzfp v2.11.tar.gz && cd jansson-2.11 && autoreconf -i && ./configure && make && make install && cd .. && rm -rf jansson-2.11 v2.11.tar.gz
6
-
RUN wget https://github.com/benmcollins/libjwt/archive/v1.9.0.tar.gz && tar xvzfp v1.9.0.tar.gz && cd libjwt-1.9.0 && autoreconf -i && ./configure && make && make install && cd .. && rm -rf v1.9.0.tar.gz libjwt-1.9.0
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
0 commit comments