mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-02 17:29:22 +02:00
chore: update alpine version to 3.20 and ensure openssl-dev is included (#1608)
fixes devcontainer build issue with alpine 3.19, which is not available anymore Co-authored-by: Matthias Schaff <matthias@schaff-smart-solutions.de>
This commit is contained in:
parent
eb7c65e77b
commit
a407beaa45
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
ARG alpine_version=alpine3.19
|
||||
ARG alpine_version=alpine3.20
|
||||
ARG rust_version=1.85.0
|
||||
FROM rust:${rust_version}-${alpine_version}
|
||||
|
||||
|
@ -15,6 +15,7 @@ RUN apk add --no-cache \
|
|||
pkgconf \
|
||||
musl-dev \
|
||||
# developer dependencies
|
||||
openssl-dev \
|
||||
libunwind-dev \
|
||||
pulseaudio-dev \
|
||||
portaudio-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue