Skip to content

Commit

Permalink
Fix runtime deps in ProductionClean
Browse files Browse the repository at this point in the history
Follow-up to:
- #541

A clean-up in this area is long overdue!

Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
  • Loading branch information
gerhard committed Jan 30, 2025
1 parent d543842 commit 0a7b59b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions magefiles/image/production.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ func (image *Image) ProductionClean() *Image {
image = image.
Elixir().
WithAptPackages().
WithCACertificates().
WithElixirDeps().
WithGit().
WithImagemagick().
WithOnePassword().
Expand Down

0 comments on commit 0a7b59b

Please sign in to comment.