From 1ab941e5ebc7d9a7b785f829b5799f38e73bdcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 25 Nov 2021 17:27:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Remove=20fftw=20(it's=20huge=20and?= =?UTF-8?q?=20doesn't=20bring=20much=20benefit=20to=20httping)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4327fc3..cce53f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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