Skip to content

Commit

Permalink
Adds logging of version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jul 20, 2021
1 parent f5ac388 commit 20456a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
unzip && \
cd /opt/ && \
export BALENA_RELEASE=$(curl -s https://api.github.com/repos/balena-io/balena-cli/releases/latest | jq -r .tag_name) && \
echo "Uses Balena CLI version: $BALENA_RELEASE" && \
curl -O -sSL "https://github.com/balena-io/balena-cli/releases/download/$BALENA_RELEASE/balena-cli-$BALENA_RELEASE-linux-x64-standalone.zip" && \
unzip balena-cli-*-linux-x64-standalone.zip && \
ln -s /opt/balena-cli/balena /usr/bin/ && \
Expand Down

0 comments on commit 20456a0

Please sign in to comment.