Skip to content

Commit

Permalink
Install gdb and lldb inside the package_musl image (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 25, 2021
1 parent f0f04ef commit cf1b29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/package_musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ packages = [
AlpinePackage("bash"),
AlpinePackage("cmake"),
AlpinePackage("curl"),
AlpinePackage("gdb"),
AlpinePackage("git"),
AlpinePackage("less"),
AlpinePackage("lldb"),
AlpinePackage("m4"),
AlpinePackage("perl"),
AlpinePackage("python3"),
Expand Down

0 comments on commit cf1b29c

Please sign in to comment.