Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit eb17870d authored by Idriss's avatar Idriss
Browse files

Fix: mc download

parent e6731f17
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ mirror:
code-server:
stage: deliver
script:
- setsid ./ci/docker-deliver.sh "code-server" "4.9.1" "1.1"
- setsid ./ci/docker-deliver.sh "code-server" "4.9.1" "1.2"
only:
refs:
- /^(main.*)$/
......
......@@ -44,7 +44,8 @@ RUN sudo apt-get update -y && \
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/${OS}/${OS_ARCH}/kubectl" && \
sudo mv kubectl /usr/bin/kubectl && \
sudo chmod +x /usr/bin/kubectl && \
curl -fsSL "https://dl.min.io/client/mc/release/linux-${MC_ARCH}/mc" -o /usr/bin/mc && \
curl -LO -fsSL "https://dl.min.io/client/mc/release/linux-${MC_ARCH}/mc" && \
mv mc /usr/bin && \
chmod +x /usr/bin/mc && \
curl -fsSL "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-${OS}-${NODE_ARCH}.tar.gz" -o node.tgz && \
tar xvzf node.tgz > /dev/null 2>&1 && \
......
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