Update Dockerfile.arm32v5

This commit is contained in:
John
2021-10-10 17:38:18 +02:00
committed by GitHub
parent 455644e326
commit 3edc0145b1
+2 -3
View File
@@ -8,11 +8,11 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
ADD . /build
WORKDIR /build
RUN ls && pwd
ENV EBUSD_ARCH arm32v5
ENV EBUSD_VERSION 21.2
RUN ./make_debian.sh --host `gcc -dumpmachine`
RUN ./make_debian.sh
@@ -30,7 +30,6 @@ ENV EBUSD_ARCH arm32v5
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb
COPY --from=build /build/src/lib/ebus/test/test_data /test_data
RUN dpkg -i ebusd.deb \
&& ebusd -V \