with:
builder: ${{ steps.buildx.outputs.name }}
context: .
- file: ./Dockerfile.debian
+ file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64
push: true
tags: ${{ steps.prep.outputs.tags }}
build-essential \
gcc \
libtag1-dev \
- libffi-dev
+ libffi-dev \
+ openssl-dev
# build jemalloc
ARG JEMALLOC_VERSION=5.2.1
libsox-fmt-all \
ffmpeg \
libtag1v5 \
+ openssl \
# install music assistant (and all it's dependencies) using the prebuilt wheels
&& pip install --no-cache-dir -f /wheels --extra-index-url=https://www.piwheels.org/simple music_assistant \
# cleanup