Update 'PACKAGING.md'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Raymond Li 2022-01-01 22:36:43 -05:00
parent 70d27c5817
commit d7b6ac2307
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Here are some of the prerequisites you'll need to build the deb files
(run this inside the container): (run this inside the container):
```sh ```sh
apt update apt update
apt install devscripts debhelper git-buildpackage apt install -y devscripts debhelper git-buildpackage vim
``` ```
Make sure to also install all of the packages in the 'Build-Depends' section in debian/control. Make sure to also install all of the packages in the 'Build-Depends' section in debian/control.