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

Merge branch 'clean-tmp-image' into 'main'

Remove /tmp after OpenTofu installation in image

Closes #45

See merge request components/opentofu!73
parents 15b4ce98 8af1c8ff
Branches
Tags
No related merge requests found
......@@ -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 /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment