Skip to content

Commit

Permalink
Allow vendor change, try #3
Browse files Browse the repository at this point in the history
Quick-build: true
Skip-checkpatch: true
Skip-run_test: true
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Mar 17, 2020
1 parent a1a18df commit b491101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/docker/Dockerfile.leap.15
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ RUN if $QUICKBUILD; then
zypper --non-interactive --gpg-auto-import-keys refresh leap15; \
echo "Installing: $QUICKBUILD_DEPS"; \
set -x; \
cat /etc/zypp/zypp.conf; \
echo "solver.allowVendorChange = true" >> /etc/zypp/zypp.conf; \
echo "$QUICKBUILD_DEPS" | tr '\n' '\0' | xargs -0 zypper --non-interactive install --force; \
fi

Expand Down

0 comments on commit b491101

Please sign in to comment.