File: BaseArchlinuxQt6

package info (click to toggle)
hotspot 1.6.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,756 kB
  • sloc: cpp: 27,071; ansic: 281; sh: 261; python: 75; xml: 48; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
FROM archlinux:latest

# install dependencies

RUN pacman -Sy --noconfirm && \
    pacman -S archlinux-keyring --noconfirm && pacman-key --init && pacman-key --populate && \
    pacman -Syu --noconfirm git make cmake gcc extra-cmake-modules \
    libelf gettext qt6-base ninja wget \
    threadweaver kconfigwidgets knotifications karchive syntax-highlighting \
    kiconthemes kitemviews kitemmodels kwindowsystem kio kparts solid clazy python python-yaml