Skip to content

Commit

Permalink
Add time to the package_linux and package_musl images
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Oct 29, 2022
1 parent 318f365 commit 6b7f7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux/package_linux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ packages = [
"perl",
"pkg-config",
"python3",
"time",
"vim",
"wget",
]
Expand Down
1 change: 1 addition & 0 deletions linux/package_musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ packages = [
AlpinePackage("perl"),
AlpinePackage("python3"),
AlpinePackage("tar"),
AlpinePackage("time"),
AlpinePackage("wget"),

# Install GCC 9, specifically
Expand Down

0 comments on commit 6b7f7e7

Please sign in to comment.