diff --git a/Dockerfile b/Dockerfile index 9dd8038..5b34557 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,7 @@ RUN apt-get update && apt-get install -y npm RUN npm install -g @microsoft/inshellisense RUN cd /usr/local/lib/node_modules/@microsoft/inshellisense/ \ && npm i @withfig/autocomplete@2.648.2 + +RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method deb + +RUN curl https://goteleport.com/static/install.sh | bash -s 14.3.3