Update Dockerfile.arm32v5
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user