diff --git a/tf-dev/Dockerfile b/tf-dev/Dockerfile index 6f849e8..76cd8df 100644 --- a/tf-dev/Dockerfile +++ b/tf-dev/Dockerfile @@ -5,9 +5,9 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent RUN chmod +x install-opentofu.sh # Run the installer -RUN ./install-opentofu.sh --install-method apk +RUN sudo ./install-opentofu.sh --install-method apk # Remove the installer: RUN rm -f install-opentofu.sh -CMD [ "tmux" ] \ No newline at end of file +CMD [ "tmux" ]