File: Dockerfile.centos-8

package info (click to toggle)
projecteur 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,664 kB
  • sloc: cpp: 11,301; xml: 33; ansic: 11; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Container for building the Projecteur package
# Images available at: https://hub.docker.com/r/jahnf/projecteur/tags

FROM centos:centos8

RUN dnf -y install --setopt=install_weak_deps=False \
  cmake \
  udev \
  gcc-c++ \
  tar \
  make \
  git \
  qt5-qtdeclarative-devel \
  pkg-config \
  rpm-build \
  qt5-linguist \
  qt5-qtx11extras-devel \
  libusbx-devel