diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64
index 2eb68221..4d0351ad 100644
--- a/Dockerfile.aarch64
+++ b/Dockerfile.aarch64
@@ -45,7 +45,6 @@ WORKDIR /app
 
 # Copies over *only* your manifests and vendored dependencies
 COPY ./Cargo.* ./
-COPY ./libs ./libs
 COPY ./rust-toolchain ./rust-toolchain
 
 # Prepare openssl arm64 libs
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index 03cc09d2..85d9d055 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -33,7 +33,6 @@ RUN USER=root cargo init --bin
 
 # Copies over *only* your manifests and vendored dependencies
 COPY ./Cargo.* ./
-COPY ./libs ./libs
 COPY ./rust-toolchain ./rust-toolchain
 
 # Builds your dependencies and removes the
diff --git a/Dockerfile.armv7 b/Dockerfile.armv7
index e6348297..95bbabfc 100644
--- a/Dockerfile.armv7
+++ b/Dockerfile.armv7
@@ -45,7 +45,6 @@ WORKDIR /app
 
 # Copies over *only* your manifests and vendored dependencies
 COPY ./Cargo.* ./
-COPY ./libs ./libs
 COPY ./rust-toolchain ./rust-toolchain
 
 # Prepare openssl armhf libs