We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ebc92 commit babcecdCopy full SHA for babcecd
fio/Dockerfile
@@ -17,7 +17,7 @@ RUN [ -z "$FIO_VERSION" ] && echo "FIO_VERSION is required" && exit 1 || true
17
RUN wget -O fio.tar.gz -q https://api.github.com/repos/axboe/fio/tarball/fio-$FIO_VERSION
18
RUN tar -xzf fio.tar.gz --strip-components=1
19
20
-RUN ./configure --build-static
+RUN ./configure --build-static --disable-native
21
RUN make -j$(nproc)
22
23
FROM ubuntu:22.04
0 commit comments