Skip to content

Commit bb77973

Browse files
authored
Update 'dnf' installation step with cherry-pick (#330) (#331)
* Revert "Add update statement to manylinux Dockefile instructions. (#329)" This reverts commit a290efb. * Remove installation of gnupg1 package. No longer available for installation from distributed repository. (#330)
1 parent a290efb commit bb77973

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,11 @@ def dockerfile_for_linux(output_file):
142142
ENV PYTHON_BIN_PATH=${PYBIN}/python${PYVER} \
143143
PATH=${PYBIN}:${PATH}
144144
145-
RUN dnf update && \\
146-
dnf install -y \\
145+
RUN dnf install -y \\
147146
ca-certificates \\
148147
curl \\
149148
git \\
150149
gnupg \\
151-
gnupg1 \\
152150
openssl-devel \\
153151
python3-pip \\
154152
wget \\

0 commit comments

Comments
 (0)