feat: Fixed permissions for when installing opentofu
Build and Push Dev Containers / build (push) Successful in 5m48s
Build and Push Dev Containers / build (push) Successful in 5m48s
This commit is contained in:
+2
-2
@@ -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" ]
|
||||
CMD [ "tmux" ]
|
||||
|
||||
Reference in New Issue
Block a user