Skip to content

Commit

Permalink
Add git-lfs
Browse files Browse the repository at this point in the history
Some layers like meta-atmel needs them [1]

[1] linux4sam/meta-atmel#226 (comment)

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Oct 13, 2022
1 parent 10cb06f commit c39a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN \
dpkg --add-architecture armhf && \
apt-get update && \
apt-get install -yq sudo build-essential git-core \
apt-get install -yq sudo build-essential git-core git-lfs \
python python3 man bash diffstat gawk chrpath wget cpio \
texinfo lzop apt-utils bc screen libncurses5-dev locales \
libc6-dev:armhf doxygen libssl-dev dos2unix xvfb x11-utils \
Expand Down

0 comments on commit c39a0de

Please sign in to comment.