mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Add fedora container
This commit is contained in:
parent
0cef7358c9
commit
b74c93cf6b
1 changed files with 13 additions and 0 deletions
13
.devcontainer/Dockerfile.fedora
Normal file
13
.devcontainer/Dockerfile.fedora
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
ARG VARIANT="38"
|
||||||
|
FROM fedora:${VARIANT}
|
||||||
|
|
||||||
|
# [Optional] Uncomment this section to install additional packages.
|
||||||
|
RUN dnf -y update \
|
||||||
|
&& dnf -y install @development-tools cmake ccache \
|
||||||
|
&& dnf -y install alsa-lib-devel avahi-devel gcc-c++ libatomic libvorbis-devel opus-devel \
|
||||||
|
pulseaudio-libs-devel flac-devel soxr-devel libstdc++-static expat-devel boost-devel \
|
||||||
|
&& dnf clean all
|
||||||
|
|
||||||
|
RUN useradd -rm -d /home/vscode -s /bin/bash -g root -u 1001 vscode
|
||||||
|
USER vscode
|
||||||
|
WORKDIR /home/vscode
|
Loading…
Add table
Reference in a new issue