We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9976bf1 + 27fe8ce commit b10a5ccCopy full SHA for b10a5cc
terragrunt/Dockerfile
@@ -20,8 +20,7 @@ RUN mkdir -p /root/.ssh
20
COPY ./known_hosts /root/.ssh/known_hosts
21
RUN chown -R root:root /root/.ssh
22
# install mise
23
-RUN wget -q "https://github.com/jdx/mise/releases/download/${MISE_VERSION_INSTALL}/mise-${MISE_VERSION_INSTALL}-linux-x64" -O "/usr/bin/mise" \
24
- && chmod +x "/usr/bin/mise"
+RUN curl https://mise.run | MISE_VERSION=${MISE_VERSION_INSTALL} MISE_INSTALL_PATH=/usr/bin/mise sh
25
26
ENV PATH="~/.local/share/mise/shims:${PATH}"
27
0 commit comments