Skip to content

Commit b10a5cc

Browse files
authored
Merge pull request #88 from gruntwork-io/fix/fixing-arm-install-for-mise
fix: Fixing ARM install for mise
2 parents 9976bf1 + 27fe8ce commit b10a5cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terragrunt/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ RUN mkdir -p /root/.ssh
2020
COPY ./known_hosts /root/.ssh/known_hosts
2121
RUN chown -R root:root /root/.ssh
2222
# 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"
23+
RUN curl https://mise.run | MISE_VERSION=${MISE_VERSION_INSTALL} MISE_INSTALL_PATH=/usr/bin/mise sh
2524

2625
ENV PATH="~/.local/share/mise/shims:${PATH}"
2726

0 commit comments

Comments
 (0)