We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46e758 commit 1868304Copy full SHA for 1868304
tuftool/Dockerfile
@@ -2,6 +2,6 @@
2
3
FROM rust:slim
4
RUN apt update && apt install -y openssl
5
-RUN cargo install --force tuftool
+RUN cargo install --force --locked tuftool
6
RUN mkdir /share
7
ENTRYPOINT ["tuftool"]
tuftool/README.md
@@ -139,10 +139,10 @@ tuftool download \
139
140
You can build a simple container image to avoid needing to install the Rust toolchain and dependencies or your local machine.
141
142
-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
143
+`docker` for `finch`):
144
145
```shell
-cd finch
146
docker build -t tuftool .
147
```
148
0 commit comments