Skip to content

Commit

Permalink
Merge pull request #57 from Walther/patch-1
Browse files Browse the repository at this point in the history
Add jq to Dockerfile
  • Loading branch information
mciantyre committed Mar 15, 2020
2 parents 7c84237 + 2227195 commit 27c63b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rust

RUN rustup target add thumbv7em-none-eabihf
RUN apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi
RUN apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi libnewlib-arm-none-eabi jq

WORKDIR /build

ENTRYPOINT ["./hardware-test.sh"]
ENTRYPOINT ["./hardware-test.sh"]

0 comments on commit 27c63b4

Please sign in to comment.