Skip to content

Commit a609191

Browse files
committed
Fix ubi image
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent f1748db commit a609191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY LICENSE /licenses/
2828

2929
RUN set -x \
3030
&& microdnf update -y \
31-
&& microdnf install -y ca-certificates tzdata openssh-client \
31+
&& microdnf install -y ca-certificates tzdata openssh-clients \
3232
&& microdnf clean all
3333

3434
ENV TZ=Etc/UTC

0 commit comments

Comments
 (0)