Commit 0ac23f5
authored
[devcontainer] Add GPG to dockerfile template (#1111)
## Summary
This change installs GPG (via the `gnupg2` package) in the dev container
for the purposes of GPG commit-signing.
Fixes #1110
## How was it tested?
- [Install GPG
locally](https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials#_sharing-gpg-keys)
- [Set up GPG
commit-signing](https://docs.github.com/en/authentication/managing-commit-signature-verification)
(i.e. generate a key and tell Git about it)
- devbox init
- devbox generate devcontainer
- cmd + shift + p and select "Rebuild and Reopen in Container"
- [Make a signed
commit](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
- Enter the password for your GPG key
- Assert that the commit is created successfully1 parent dcce2b1 commit 0ac23f5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments