kopia lustrzana https://github.com/meshtastic/firmware
Removed defunct line
rodzic
b13eaee6b3
commit
e122232761
|
|
@ -11,6 +11,5 @@ RUN . ~/.platformio/penv/bin/activate; cd firmware; sh ./bin/build-native.sh
|
||||||
FROM frolvlad/alpine-glibc
|
FROM frolvlad/alpine-glibc
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
COPY --from=builder /firmware/release/meshtasticd_linux_amd64 ./
|
COPY --from=builder /firmware/release/meshtasticd_linux_amd64 ./
|
||||||
RUN apk --update add --no-cache g++ && \
|
RUN apk --update add --no-cache g++
|
||||||
apk add openssl
|
|
||||||
CMD sh -cx "./meshtasticd_linux_amd64 --hwid '$RANDOM'"
|
CMD sh -cx "./meshtasticd_linux_amd64 --hwid '$RANDOM'"
|
||||||
Ładowanie…
Reference in New Issue