mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
Merge pull request #26311 from tchaikov/wip-docker-fc-29
tests: update Dockerfile to support fc-29 Reviewed-By: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
92a7a3f6f7
@ -22,8 +22,8 @@ FROM fedora:%%os_version%%
|
||||
COPY install-deps.sh /root/
|
||||
COPY ceph.spec.in /root/
|
||||
# build dependencies
|
||||
RUN yum install -y which ; cd /root ; ./install-deps.sh
|
||||
RUN dnf install -y which ; cd /root ; ./install-deps.sh
|
||||
# development tools
|
||||
# nc is required to run make check on firefly only (giant+ do not use nc)
|
||||
RUN yum install -y ccache valgrind gdb git python-virtualenv gdisk kpartx jq sudo xmlstarlet parted nc
|
||||
RUN dnf install -y ccache valgrind gdb git python-virtualenv gdisk kpartx jq sudo xmlstarlet parted nc
|
||||
RUN if test %%USER%% != root ; then useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers ; fi
|
Loading…
Reference in New Issue
Block a user