Skip to content

Commit

Permalink
Merge pull request #3118 from dirkmueller/avoid_busybox
Browse files Browse the repository at this point in the history
Install tools explicitly to avoid busybox variants being picked
  • Loading branch information
dirkmueller committed Jul 3, 2024
2 parents 9e0d0ae + 555101b commit 7797359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ci/testenv-tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN zypper --gpg-auto-import-keys ref
RUN zypper in -y osc python3-pytest python3-httpretty python3-pyxdg python3-PyYAML \
python3-pika python3-cmdln python3-lxml python3-python-dateutil python3-colorama \
python3-influxdb python3-pytest-cov libxml2-tools curl python3-flake8 python3-requests \
shadow vim vim-data strace git sudo patch openSUSE-release openSUSE-release-ftp \
shadow vim vim-data strace git sudo patch unzip which cpio gawk openSUSE-release openSUSE-release-ftp \
perl-Net-SSLeay perl-Text-Diff perl-XML-Simple perl-XML-Parser build \
obs-service-download_files obs-service-format_spec_file obs-scm-bridge
RUN useradd tester -d /code/tests/home
Expand Down

0 comments on commit 7797359

Please sign in to comment.