fix for new release package naming

This commit is contained in:
john30
2018-01-13 07:50:52 +01:00
parent 6a6922c357
commit afb8dd29d9
+1 -1
View File
@@ -12,7 +12,7 @@ ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
RUN curl -SL https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}/ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}-jessie_mqtt0.deb > ebusd.deb
RUN curl -SL https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}/ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}-jessie_mqtt1.deb > ebusd.deb
RUN dpkg -i ebusd.deb