Skip to content

Commit a290efb

Browse files
authored
Add update statement to manylinux Dockefile instructions. (#329)
1 parent c86b068 commit a290efb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ def dockerfile_for_linux(output_file):
142142
ENV PYTHON_BIN_PATH=${PYBIN}/python${PYVER} \
143143
PATH=${PYBIN}:${PATH}
144144
145-
RUN dnf install -y \\
145+
RUN dnf update && \\
146+
dnf install -y \\
146147
ca-certificates \\
147148
curl \\
148149
git \\

0 commit comments

Comments
 (0)