@AEADataEditor/docker-stata has [`setup.do`][setupdo], which installs `ssc` packages as part of the build process. [setupdo]: https://github.com/AEADataEditor/docker-stata/blob/main/setup.do I should (a) implement this and (b) allow the list of packages to be specified as a build-arg rather than requiring a file to be edited.
@AEADataEditor/docker-stata has
setup.do, which installssscpackages as part of the build process.I should (a) implement this and (b) allow the list of packages to be specified as a build-arg rather than requiring a file to be edited.