Skip to content

Commit

Permalink
Merge pull request #268 from jorgecastro05/main
Browse files Browse the repository at this point in the history
add tzdata to package list install
  • Loading branch information
cescoffier authored Apr 21, 2024
2 parents 489d6db + f862c83 commit fc39264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class QuarkusNativeS2IBuilder {
public static Dockerfile getS2iImage(Config.ImageConfig config, Variant image, String base) {
return Dockerfile.from(base)
.user("root")
.install("tar", "gzip", "gcc", "glibc-devel", "zlib-devel", "shadow-utils", "unzip", "gcc-c++")
.install("tar", "gzip", "gcc", "glibc-devel", "zlib-devel", "shadow-utils", "unzip", "gcc-c++", "tzdata")
.install("glibc-langpack-en")
.module(new UsLangModule())
.module(new QuarkusUserModule())
Expand Down

0 comments on commit fc39264

Please sign in to comment.