Skip to content
Snippets Groups Projects
Unverified Commit 8af1c8ff authored by Timo Furrer's avatar Timo Furrer
Browse files

Remove /tmp after OpenTofu installation in image

Changelog: changed

Closes #45
parent 39e83294
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent ...@@ -19,6 +19,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent
chmod +x install-opentofu.sh && \ chmod +x install-opentofu.sh && \
./install-opentofu.sh --install-method standalone --opentofu-version "${OPENTOFU_VERSION}" && \ ./install-opentofu.sh --install-method standalone --opentofu-version "${OPENTOFU_VERSION}" && \
rm ./install-opentofu.sh && \ rm ./install-opentofu.sh && \
rm -rf /tmp/* && \
tofu --version tofu --version
WORKDIR / WORKDIR /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment