Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit e64656d

Browse files
committed
Specify https for security
1 parent e3231bb commit e64656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN curl -sSL http://www.tcpdump.org/release/libpcap-${LIBPCAP_CROSS_VERSION}.ta
8989
&& make clean; done
9090

9191
# Install Docker
92-
RUN curl -fsSL get.docker.com | VERSION=18.06.0-ce /bin/sh
92+
RUN curl -fsSL https://get.docker.com | VERSION=18.06.0-ce /bin/sh
9393

9494
COPY build.sh /
9595
ENTRYPOINT ["sh", "/build.sh"]

0 commit comments

Comments
 (0)