We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2834ca6 commit 9771324Copy full SHA for 9771324
projects/hostap/Dockerfile
@@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
18
RUN apt-get update && \
19
apt-get install -y make autoconf automake libtool g++ libssl-dev \
20
libssl-dev:i386
21
-RUN git clone --depth 1 git://w1.fi/srv/git/hostap.git hostap
+RUN git clone --depth 1 https://w1.fi/hostap.git hostap
22
WORKDIR hostap
23
COPY build.sh $SRC/
0 commit comments