Skip to content

Commit

Permalink
fix linter (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: nolte <[email protected]>
  • Loading branch information
nolte and nolte authored Feb 1, 2022
1 parent e8d2811 commit 735098e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DockerfileClient
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG SNAPCASTVERSION=0.26.0

RUN apt-get update && apt-get install wget ca-certificates -y

RUN update-ca-certificates --fresh
RUN update-ca-certificates --fresh

RUN DEBARCH="$TARGETARCH"; \
if [ "$DEBARCH" = "arm" ]; then DEBARCH=armhf; fi; \
Expand Down
2 changes: 1 addition & 1 deletion DockerfileServer
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETARCH
ARG SNAPCASTVERSION=0.26.0

RUN apt-get update && apt-get install wget ca-certificates -y
RUN update-ca-certificates --fresh
RUN update-ca-certificates --fresh

RUN DEBARCH="$TARGETARCH"; \
if [ "$DEBARCH" = "arm" ]; then DEBARCH=armhf; fi; \
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ docker buildx build \
### Android

Use the original Andorid Client from [badaix/snapcast](https://github.com/badaix/snapcast/releases/latest) !

0 comments on commit 735098e

Please sign in to comment.