Skip to content

Commit

Permalink
Merge pull request #5899 from Martchus/single-instance
Browse files Browse the repository at this point in the history
Avoid zypper errors when using singe-instance container
  • Loading branch information
mergify[bot] authored Aug 27, 2024
2 parents d0b91cb + 8f00f04 commit aa42e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion container/single-instance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
# installing more of packages that are selected in openqa-bootstrap. Combining here saves installation time
# hadolint ignore=DL3037
RUN zypper in -y openQA-single-instance openQA-bootstrap \
qemu-arm qemu-ppc qemu-x86 qemu-tools sudo iputils os-autoinst-distri-opensuse-deps && \
retry \
qemu-arm qemu-ppc qemu-x86 qemu-tools sudo iputils os-autoinst-distri-opensuse-deps \
qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci && \
zypper clean -a
EXPOSE 80 443 9526
ENV skip_suse_specifics=1
Expand Down

0 comments on commit aa42e73

Please sign in to comment.