mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Remove build.json dependency
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
ARG BUILD_ARCH
|
||||
ARG BUILD_VERSION
|
||||
FROM linuxserver/transmission:${BUILD_ARCH}-${BUILD_VERSION}
|
||||
|
||||
# Add bashio
|
||||
RUN apk add --no-cache \
|
||||
|
||||
Reference in New Issue
Block a user