File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY files/scripts /build_files/
77COPY *.pub /keys/
88
99# Base Image
10- FROM quay.io/almalinuxorg/atomic-desktop-gnome:10@sha256:9d5325a1f53433e4582ec830b7273de179640a0e3c80699f959cb4cfca23944d
10+ FROM quay.io/almalinuxorg/atomic-desktop-gnome:flatpaks
1111
1212ARG IMAGE_NAME
1313ARG IMAGE_REGISTRY
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -xeuo pipefail
4+
5+ # Install system Flatpaks
6+ cat << 'EOF ' >> /etc/flatpak/default-flatpaks/system/install
7+ com.mattjakeman.ExtensionManager
8+ com.github.tchx84.Flatseal
9+ io.github.flattool.Warehouse
10+ com.google.Chrome
11+ org.mozilla.Thunderbird
12+ io.github.dvlv.boxbuddyrs
13+ com.visualstudio.code
14+ org.libreoffice.LibreOffice
15+ EOF
You can’t perform that action at this time.
0 commit comments