Skip to content
Snippets Groups Projects
Commit c011ab8d authored by Tarun Khandelwal's avatar Tarun Khandelwal
Browse files

use the github releases to install mise

parent abedba8d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,6 +50,9 @@ RUN apt-get update \
# requirements using asdf
&& git clone https://github.com/asdf-vm/asdf.git "${ASDF_DIR}" \
 
# Install mise
&& curl https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-x64 > ${MISE_INSTALL_PATH} && chmod 755 ${MISE_INSTALL_PATH} \
# Try install renovate with a retry
&& npm install -g renovate || npm install -g renovate \
 
Loading
Loading
@@ -60,8 +63,5 @@ RUN apt-get update \
&& apt-get clean autoclean && apt-get autoremove --yes \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
 
# Install mise
RUN curl https://mise.run | sh
COPY --from=jsonnet-tool /usr/local/bin/jsonnet-tool /bin/jsonnet-tool
COPY --from=yq /usr/bin/yq /usr/bin/yq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment