Skip to content

Commit

Permalink
patch wsdd2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvAmBass authored Dec 15, 2024
1 parent 1f50ae1 commit c94713e
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
@@ -1,7 +1,7 @@
FROM alpine AS wsdd2-builder

RUN apk add --no-cache make gcc libc-dev linux-headers && wget -O - https://github.com/Netgear/wsdd2/archive/refs/heads/master.tar.gz | tar zxvf - \
&& cd wsdd2-master && make
&& cd wsdd2-master && sed -i 's/-O0/-O0 -Wno-int-conversion/g' Makefile && make

FROM alpine
# alpine:3.14
Expand Down

0 comments on commit c94713e

Please sign in to comment.