Skip to content

Commit 9771324

Browse files
hostap: fix build
1 parent 2834ca6 commit 9771324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/hostap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && \
1919
apt-get install -y make autoconf automake libtool g++ libssl-dev \
2020
libssl-dev:i386
21-
RUN git clone --depth 1 git://w1.fi/srv/git/hostap.git hostap
21+
RUN git clone --depth 1 https://w1.fi/hostap.git hostap
2222
WORKDIR hostap
2323
COPY build.sh $SRC/

0 commit comments

Comments
 (0)