Commit 3f705ff
committed
Dockerfile: copy keys and verify-install.sh
These were missing from the constructed image, so a recommended
verification method in our docs didn't work. Now
$ docker run --rm --entrypoint="" \
"$IMAGE" /verify-install.sh "$TAG"
will run the verification script on the binaries in the image, as
expected.1 parent 32440cb commit 3f705ff
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
0 commit comments