Skip to content

Commit

Permalink
Make sure openQA-single-instance package is present in the codespaces…
Browse files Browse the repository at this point in the history
… container

OBS buildtime service replace_using_package_version needs the package in
the zypper cache to be able to extract the version number to replace.
  • Loading branch information
baierjan committed Aug 5, 2024
1 parent 40fce5a commit cc5b5d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion container/single-instance-codespaces/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc5b5d3

Please sign in to comment.