Skip to content

Commit

Permalink
move librespot to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 27, 2024
1 parent 405be4f commit a3ecd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ touch /var/lib/userconf-pi/autologin
# Update package list and install necessary tools
echo "Updating base system..."
apt-get update
apt-get install -y --no-install-recommends jq git unzip curl build-essential fake-hwclock userconf-pi swig python3-dev python3-pip fbi
apt-get install -y --no-install-recommends jq git unzip curl build-essential fake-hwclock userconf-pi swig python3-dev python3-pip fbi libasound2-dev
# what else can be removed to make the system even lighter?
apt purge -y cups ppp

Expand Down

0 comments on commit a3ecd18

Please sign in to comment.