Commit 95a79df5 authored by Denise Schannon's avatar Denise Schannon Committed by Denise
Browse files

machine-package v0.14.0-rancher3-1

parent 7b7202c6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git curl ca-certificates unzip xz-utils
useradd rancher && \
mkdir -p /var/lib/rancher/etcd /var/lib/cattle && \
chown -R rancher /var/lib/rancher /var/lib/cattle /usr/local/bin
RUN curl -sLf https://github.com/rancher/machine-package/releases/download/v0.14.0-rancher2-1/docker-machine.tar.gz | tar xvzf - -C /usr/bin && \
RUN curl -sLf https://github.com/rancher/machine-package/releases/download/v0.14.0-rancher3-1/docker-machine.tar.gz | tar xvzf - -C /usr/bin && \
curl -sLf https://github.com/leodotcloud/loglevel/releases/download/v0.1/loglevel-amd64-v0.1.tar.gz | tar xvzf - -C /usr/bin && \
curl -sLf https://github.com/rancher/helm/releases/download/v2.8.0-rancher3/helm > /usr/bin/helm && \
chmod +x /usr/bin/helm
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment