Skip to content

Commit f3f6faa

Browse files
committed
.
1 parent 47845bf commit f3f6faa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: registry.gitlab.com/canbican/jwt_io:latest
1+
image: registry.gitlab.com/canbican/jwt_io:7.7.16.1libjwt
22

33
test:
44
script:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM swipl:latest
1+
FROM swipl:7.7.16
22
LABEL maintainer "Can Bican <can@bican.net>"
33
RUN apt-get update
4-
RUN apt-get install -y gcc make dh-autoreconf wget pkg-config libssl-dev git libgpm2
4+
RUN apt-get install -qq -y gcc make dh-autoreconf wget pkg-config libssl-dev git libgpm2
55
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
66
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

0 commit comments

Comments
 (0)