Skip to content

Commit

Permalink
fix: update to latest flashing tool
Browse files Browse the repository at this point in the history
  • Loading branch information
joshughes committed Jun 9, 2020
1 parent 3c8983d commit 845d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN git clone https://github.com/resin-os/jetson-flash.git
WORKDIR jetson-flash

RUN npm install && mkdir -p /workdir/jetson-flash-artifacts /cache
ADD Linux_for_Tegra.tar.gz /cache/
ADD Linux_for_Tegra_R32.2.0-0.tar.gz /cache/
COPY hash.js hash.js
COPY start.sh /start.sh
ENTRYPOINT ["/start.sh"]

0 comments on commit 845d306

Please sign in to comment.