Remove build.json dependency

This commit is contained in:
Alexandre
2021-01-15 18:06:57 +01:00
committed by GitHub
parent a140f5196d
commit c56bf3e4fe

View File

@@ -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 \