diff --git a/Dockerfile.piped b/Dockerfile.piped
index d05ea90..6a31bb1 100644
--- a/Dockerfile.piped
+++ b/Dockerfile.piped
@@ -11,7 +11,7 @@ RUN git clone --single-branch --depth 1 https://github.com/TeamPiped/reqwest4j.g
 RUN sed -E -i \
     -e 's/command\.set\("cross"\)/command.set("cargo")/' \
     -e '/targets \+= target/d' \
-    -e '/command\.set\("cargo"\)/a targets += defaultTarget()' \
+    -e '/command\.set\("cargo"\)/a targets += target("x86_64-unknown-linux-gnu", "libreqwest.so")' \
     reqwest-jni/build.gradle.kts
 
 RUN ./gradlew shadowJar