Skip to content

Commit 7aed624

Browse files
committed
chore: update microdnf before install
1 parent 1a77950 commit 7aed624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/swagger-generator/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM redhat/ubi9-minimal:9.7
2-
RUN microdnf -y install \
2+
RUN microdnf -y update && \
3+
microdnf -y install \
34
glibc-langpack-en \
45
gzip \
56
shadow-utils \

0 commit comments

Comments
 (0)