Skip to content

Commit

Permalink
Fix Dockerfile.opensuse*
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Apr 1, 2024
1 parent 334acd9 commit 298c38d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker/Dockerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ ENV PATH /usr/local/bin:${PATH}
ENV LIBRARY_PATH ${LIBRARY_PATH}:/opt/amdgpu/lib64

RUN set +e; \
zypper --non-interactive -i --gpg-auto-import-keys refresh; \
zypper --non-interactive -i patch; \
zypper --non-interactive -i patch; \
zypper --non-interactive -i --gpg-auto-import-keys refresh
zypper --non-interactive -i --gpg-auto-import-keys refresh; \
exit 0

RUN zypper --non-interactive update -y && \
zypper --non-interactive dist-upgrade -y && \
Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile.opensuse.ci
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ ARG ELFUTILS_DOWNLOAD_VERSION="0.186"
ARG NJOBS="12"

RUN set +e; \
zypper --non-interactive -i --gpg-auto-import-keys refresh; \
zypper --non-interactive -i patch; \
zypper --non-interactive -i patch; \
zypper --non-interactive -i --gpg-auto-import-keys refresh
zypper --non-interactive -i --gpg-auto-import-keys refresh; \
exit 0

RUN zypper --non-interactive update -y && \
zypper --non-interactive dist-upgrade -y && \
Expand Down

0 comments on commit 298c38d

Please sign in to comment.