Commit 435df25
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 b920f60 commit 435df25
1 file changed
Lines changed: 8 additions & 0 deletions
| 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