Fixing missing file
This commit is contained in:
parent
5d4e2d4e65
commit
276974dbf6
@ -15,7 +15,7 @@ RUN apk update && \
|
|||||||
pip3 install -r /data/requirements.txt && \
|
pip3 install -r /data/requirements.txt && \
|
||||||
curl -L "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubetl && \
|
curl -L "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubetl && \
|
||||||
curl -L https://get.helm.sh/helm-v2.13.1-linux-amd64.tar.gz -o /tmp/helm-2.13.1.tgz && tar zxf /tmp/helm-2.13.1.tgz && \
|
curl -L https://get.helm.sh/helm-v2.13.1-linux-amd64.tar.gz -o /tmp/helm-2.13.1.tgz && tar zxf /tmp/helm-2.13.1.tgz && \
|
||||||
mv /linux-amd64/helm /usr/local/bin/helm-2.13.1 && chmod 755 /usr/local/bin/* && \
|
cp /linux-amd64/helm /usr/local/bin/helm-2.13.1 && chmod 755 /usr/local/bin/* && \
|
||||||
rm -rf /tmp/src && rm -rf /var/cache/apk/* && rm -rf /linux-amd64
|
rm -rf /tmp/src && rm -rf /var/cache/apk/* && rm -rf /linux-amd64
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user