diff --git a/Dockerfile b/Dockerfile index 34443291b3a5328dd3385020262feca3124b51da..478184525eafbaa04b0938133f03db8c040fc68d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent chmod +x install-opentofu.sh && \ ./install-opentofu.sh --install-method standalone --opentofu-version "${OPENTOFU_VERSION}" && \ rm ./install-opentofu.sh && \ + rm -rf /tmp/* && \ tofu --version WORKDIR /