diff --git a/images/opentf/Earthfile b/images/opentf/Earthfile
index a3b99f310be65df136543ad220315c84c8731545..dc65fac0a37f6f3791173d34d714b85b79c9c6b3 100644
--- a/images/opentf/Earthfile
+++ b/images/opentf/Earthfile
@@ -6,7 +6,6 @@ build:
     GIT CLONE https://github.com/opentofu/opentofu.git ./
     ENV CGO_ENABLED=0
     RUN go build -ldflags "-s -w" -mod=readonly -trimpath ./cmd/tofu
-    RUN ls -la
     SAVE ARTIFACT ./tofu ./tofu
 
 container-internal: