Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#314 from sseago/add-tzdata
Browse files Browse the repository at this point in the history
OADP-4225: add tzdata to Dockerfile.ubi
  • Loading branch information
weshayutin authored Jun 5, 2024
2 parents 23f5b57 + 1901e04 commit ad59306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR $APP_ROOT/src/github.com/restic/restic
RUN CGO_ENABLED=0 GOOS=linux go build -a -mod=mod -ldflags '-extldflags "-static"' -o $APP_ROOT/src/restic github.com/restic/restic/cmd/restic

FROM registry.access.redhat.com/ubi9-minimal
RUN microdnf -y update && microdnf -y install nmap-ncat && microdnf clean all
RUN microdnf -y update && microdnf -y install nmap-ncat && microdnf -y reinstall tzdata && microdnf clean all
COPY --from=builder /go/src/velero velero
COPY --from=builder /go/src/velero-helper velero-helper
COPY --from=restic-builder /opt/app-root/src/restic /usr/bin/restic
Expand Down

0 comments on commit ad59306

Please sign in to comment.