Skip to content

Commit b0e35a6

Browse files
author
Thibaud MATHIEU
committed
fix build error
1 parent 154f9ab commit b0e35a6

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

repository.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Hassio Snapserver Addon",
3-
"url": "https://github.com/enlight3d/hassio-snapserver-addon",
3+
"url": "https://github.com/enlight3d/addon-snapserver",
44
"maintainer": "ME"
55
}

snapserver/Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,9 @@ RUN apk add --no-cache \
1818
snapcast \
1919
librespot
2020

21-
# Cleanup
22-
RUN rm -rf /etc/ssl /var/cache/apk/* /lib/apk/db/*
23-
2421
# Copy root filesystem
2522
COPY rootfs /
2623

27-
RUN chmod a+x /etc/cont-init.d/folders.sh
28-
RUN chmod a+x /etc/cont-init.d/snapcast.sh
29-
RUN chmod a+x /etc/services.d/snapcast/finish
30-
RUN chmod a+x /etc/services.d/snapcast/run
31-
3224
# Build arguments
3325
ARG BUILD_ARCH
3426
ARG BUILD_DATE

snapserver/build.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build_from": {
3-
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.4",
4-
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.4",
5-
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.4",
6-
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.4",
7-
"i386": "ghcr.io/hassio-addons/base/i386:12.2.4"
3+
"aarch64": "ghcr.io/hassio-addons/base/aarch64:13.2.2",
4+
"amd64": "ghcr.io/hassio-addons/base/amd64:13.2.2",
5+
"armhf": "ghcr.io/hassio-addons/base/armhf:13.2.2",
6+
"armv7": "ghcr.io/hassio-addons/base/armv7:13.2.2",
7+
"i386": "ghcr.io/hassio-addons/base/i386:13.2.2"
88
}
99
}

snapserver/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Snapcast Server",
3-
"version": "latest",
3+
"version": "1.0.1",
44
"slug": "snapserver",
55
"description": "Snapcast server with librespot support",
66
"url": "https://github.com/enlight3d/hassio-snapserver-addon",

0 commit comments

Comments
 (0)