mirror of
https://github.com/librespot-org/librespot.git
synced 2025-03-09 00:17:28 +00:00
Add git to the Docker image for cross-compiling
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
parent
765f1f2246
commit
ab1102a0aa
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ RUN dpkg --add-architecture arm64 && \
|
|||
crossbuild-essential-armel \
|
||||
crossbuild-essential-armhf \
|
||||
curl \
|
||||
git \
|
||||
libasound2-dev \
|
||||
libasound2-dev:arm64 \
|
||||
libasound2-dev:armel \
|
||||
|
|
Loading…
Reference in a new issue