File: ci.Dockerfile

package info (click to toggle)
libblockdev 2.28-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,004 kB
  • sloc: ansic: 17,979; python: 9,476; makefile: 567; sh: 487
file content (10 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# latest fedora image for running some of our tests in GH actions

FROM registry.fedoraproject.org/fedora:latest

RUN set -e; \
  dnf install -y ansible python3-pip rpm-build mock csmock git; \
  pip3 install copr-builder; \
  git clone --depth 1 https://github.com/storaged-project/ci.git;

WORKDIR /