Skip to content

Commit

Permalink
Add --locked and fixes references to finch
Browse files Browse the repository at this point in the history
  • Loading branch information
stockholmux committed Nov 15, 2023
1 parent a46e758 commit 1868304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tuftool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

FROM rust:slim
RUN apt update && apt install -y openssl
RUN cargo install --force tuftool
RUN cargo install --force --locked tuftool
RUN mkdir /share
ENTRYPOINT ["tuftool"]
4 changes: 2 additions & 2 deletions tuftool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ tuftool download \

You can build a simple container image to avoid needing to install the Rust toolchain and dependencies or your local machine.

To build the image run use Docker or Finch (same argument syntax, just replace `finch` for `docker`):
To build the image use Docker or Finch (same argument syntax, just replace
`docker` for `finch`):

```shell
cd finch
docker build -t tuftool .
```

Expand Down

0 comments on commit 1868304

Please sign in to comment.