Skip to content

Commit

Permalink
Added git to image to correctly label Klipper version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoard committed May 7, 2024
1 parent 83c0837 commit 85b84b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apt-get update && \
gcc-arm-none-eabi \
cpp \
python3 \
binutils
binutils \
git

RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 85b84b2

Please sign in to comment.