Remove fftw (it's huge and doesn't bring much benefit to httping)

This commit is contained in:
Jérôme Petazzoni
2021-11-25 17:27:05 +01:00
parent a0d8549fde
commit 1ab941e5eb
+1 -1
View File
@@ -28,7 +28,7 @@ RUN helper-curl tar "--strip-components=1 linux-@GOARCH/helm" \
# (The source is small enough, so I don't know if cross-compilation
# would be worth the effort.)
FROM alpine AS httping
RUN apk add build-base fftw-dev gettext git musl-libintl ncurses-dev
RUN apk add build-base gettext git musl-libintl ncurses-dev
RUN git clone https://salsa.debian.org/debian/httping
WORKDIR httping
RUN sed -i s/60/0/ utils.c