mirror of
https://github.com/BretFisher/shpod.git
synced 2026-08-25 02:27:15 +00:00
➖ Remove fftw (it's huge and doesn't bring much benefit to httping)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user