Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arshiashafiei authored Oct 2, 2022
1 parent eaf0696 commit 586589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN buildDeps=" \
&& curl -x http://fodev.org:8118 -SL "ftp://ftp.infradead.org/pub/ocserv/ocserv-$OC_VERSION.tar.xz" -o ocserv.tar.xz \
&& curl -x http://fodev.org:8118 -SL "ftp://ftp.infradead.org/pub/ocserv/ocserv-$OC_VERSION.tar.xz.sig" -o ocserv.tar.xz.sig \
&& mkdir -p /usr/src/ocserv \
&& tar -xf ocserv.tar.xz -C /usr/src/ocserv --strip-components=1 \
&& tar -xf ocserv.tar.xz -C /usr/src/ocserv \
&& rm ocserv.tar.xz* \
&& cd /usr/src/ocserv \
&& ./configure \
Expand Down

0 comments on commit 586589b

Please sign in to comment.