Skip to content

Commit

Permalink
add git-lfs to build tools image (kedacore#3045)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored May 13, 2022
1 parent 6925cf1 commit df5c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && \
apt-get install software-properties-common -y
RUN apt-add-repository ppa:git-core/ppa && \
apt update && \
apt install -y wget curl build-essential git
apt install -y wget curl build-essential git git-lfs

# Use Bash instead of Dash
RUN ln -sf bash /bin/sh
Expand Down

0 comments on commit df5c6ea

Please sign in to comment.