Skip to content

Commit 47845bf

Browse files
committed
.
1 parent 00c8423 commit 47845bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM swipl:latest
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
4+
RUN apt-get install -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

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ releasebranch: FORCE
5252
dockerimage: FORCE
5353
docker build -t registry.gitlab.com/canbican/jwt_io .
5454
docker push registry.gitlab.com/canbican/jwt_io
55+

0 commit comments

Comments
 (0)