Skip to content

Commit 0d4290a

Browse files
committed
tzdata updated on dockerfile
1 parent 6dd2820 commit 0d4290a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ WORKDIR /go/src/github.com/datasance/router
88
COPY . /go/src/github.com/datasance/router
99
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o bin/router
1010

11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest AS tz
12+
RUN microdnf reinstall -y tzdata
1113

1214

1315
FROM quay.io/skupper/skupper-router:main
1416
COPY LICENSE /licenses/LICENSE
1517
COPY --from=go-builder /go/src/github.com/datasance/router/bin/router /home/skrouterd/bin/router
1618
COPY scripts/launch.sh /home/skrouterd/bin/launch.sh
19+
COPY --from=tz /usr/share/zoneinfo /usr/share/zoneinfo
1720

1821
CMD ["/home/skrouterd/bin/router"]

0 commit comments

Comments
 (0)