Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bc to support ability mathematic operations on floats
Browse files Browse the repository at this point in the history
sigalsax committed Aug 19, 2020
1 parent 5a5ef2d commit 7dcb1c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ RUN mkdir -p ocbin && \
rm -rf ocbin oc.tar.gz

# Install Helm
RUN curl https://baltocdn.com/helm/signing.asc | sudo apt-key add - && \
sudo apt-get install apt-transport-https --yes && \
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list &&\
sudo apt-get update && \
sudo apt-get install helm=3.2.*
RUN curl https://baltocdn.com/helm/signing.asc | apt-key add - && \
apt-get install apt-transport-https --yes && \
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list && \
apt-get update && \
apt-get install helm=3.2.*

0 comments on commit 7dcb1c8

Please sign in to comment.