Description
During QA of 0.7.0, in #3316 we discovered that the securedrop-app-code package was not upgrading. It was held back due to the addition of the libjpeg-dev apt dependency in #3057. Further spelunking by @msheiny indicated that we can only add dependencies in repos listed in /etc/apt/security.list, or existing instances will not update. This means that currently we can't add any apt dependencies in repos not on those lists.
User Stories
As a SecureDrop developer, I want to be able to add new apt dependencies to the securedrop-app-code package so I can ship new features.