Fix typo in Dockerfile.

This commit is contained in:
Andris Raugulis
2018-09-07 01:06:19 +03:00
parent 73c88aeb16
commit 263bd98b41
+1 -1
View File
@@ -18,7 +18,7 @@ RUN chmod +x /usr/local/sbin/vpnc-script
RUN git clone https://github.com/dlenski/openconnect.git
WORKDIR /openconnect
RUN ./autogen.sh
RUN ./configure --with-vpnc-script=/usr/local/bin/vpnc-script
RUN ./configure --with-vpnc-script=/usr/local/sbin/vpnc-script
RUN make check
RUN make