Skip to content

Commit

Permalink
Avoid zypper errors when using singe-instance container
Browse files Browse the repository at this point in the history
* Make sure the single-instance container has all packages the boostrap
  script will install so it is less likely to run into errors
* See https://progress.opensuse.org/issues/165399
  • Loading branch information
Martchus committed Aug 27, 2024
1 parent d0b91cb commit 8f00f04
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 8f00f04

Please sign in to comment.