diff --git a/container/single-instance-codespaces/Dockerfile b/container/single-instance-codespaces/Dockerfile index 4f86e2def5b..fc32fa77399 100644 --- a/container/single-instance-codespaces/Dockerfile +++ b/container/single-instance-codespaces/Dockerfile @@ -14,6 +14,8 @@ LABEL org.opencontainers.image.created="%BUILDTIME%" # endlabelprefix # install Codespaces requirements +# install openQA-single-instance which is supposed to be already installed but we need to specify it anyway for the replace_using_package_version buildtime service # hadolint ignore=DL3037 -RUN zypper in -y awk tar && \ +RUN zypper in -y awk tar \ + openQA-single-instance && \ zypper clean -a