Skip to content

Commit 8d6119e

Browse files
committed
fix typo
1 parent 3eb9f2c commit 8d6119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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
55
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

Comments
 (0)