-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile_* for package building
There are two base images used: - Builder, e.g. erlangsolutions/erlang:ubuntu-jammy-27.1.2, has Erlang preinstalled, and is used to build the package. - Target, e.g. ubuntu:jammy, is used to test the package. Other changes: - Simplify and unify 'deb' and 'rpm', removing unnecessary complexity - Join commmands with '&&' to capture errors early - For new Ubuntu versions, it is necessary to set DEBIAN_FRONTEND in order to install the package. Alternatively, one could install a dialog frontend. - For Rocky/Alma, use 'dnf' as the package manager
- Loading branch information
Showing
2 changed files
with
22 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters