Skip to content

Commit

Permalink
cd: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent b4990eb commit a703acf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
services:
build-container:
image: rust:1.79-bookworm
image: rust:bookworm
platform: linux/arm64
command: bash -c "
pwd &&
ls -R &&
apt-get update &&
apt-get install -y \
libasound2-dev \
Expand Down

0 comments on commit a703acf

Please sign in to comment.