Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aanno committed Nov 20, 2021
1 parent 4ecac87 commit 1db223c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-with-docker/Containerfile.spotifyd.ubuntu-impish
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN set -ex;\
apt -y install \
git rustc cargo libasound2-dev libssl-dev pkg-config \
portaudio19-dev libdbus-1-dev libpulse-dev libogg-dev; \
git clone https://github.com/Spotifyd/spotifyd.git; \
git clone -b zeroconf_cache_fix https://github.com/eladyn/spotifyd.git; \
echo git clone https://github.com/Spotifyd/spotifyd.git; \
cd spotifyd; \
cargo build $FEATURES --release; \
cargo install $FEATURES --path . --locked; \
Expand Down
2 changes: 1 addition & 1 deletion build-with-docker/podman-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ podman build --pull -t owntone \
-v $CWD/var/cache/dnf:/var/cache/dnf:z \
-v $CWD/opt/owntone:/opt/owntone:z \
-v $CWD/.cargo:/root/.cargo:z \
-f Containerfile.nymphcast.fedora34;
-f Containerfile.spotifyd.ubuntu-impish;
tar cvfz owntone.tar.gz ./opt/

# rm -rf ./opt
Expand Down

0 comments on commit 1db223c

Please sign in to comment.