Skip to content

Commit 3eb9f2c

Browse files
committed
increased versions of dependent libraries
1 parent 7d2399a commit 3eb9f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM swipl:7.7.16
22
LABEL maintainer "Can Bican <can@bican.net>"
33
RUN apt-get update
44
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

Comments
 (0)