We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af7cf2 commit bd1ce52Copy full SHA for bd1ce52
2 files changed
.github/workflows/container.yml
@@ -15,10 +15,11 @@ jobs:
15
strategy:
16
matrix:
17
image:
18
+ # bump the tags to rebuild
19
- 'gnomeos:2025-11-24.0'
20
- 'fedora-latest:2025-11-21.11'
21
- 'ubuntu-latest:2025-11-21.10'
- - 'ubuntu-22.04:2025-11-24.11'
22
+ - 'ubuntu-22.04:2025-11-24.3'
23
24
steps:
25
- name: Login to GHCR
.github/workflows/containers/ubuntu-22.04.containerfile
@@ -7,6 +7,12 @@ FROM ubuntu:22.04
7
RUN apt update
8
RUN apt upgrade -y
9
10
+RUN apt install -y software-properties-common
11
+RUN add-apt-repository ppa:flatpak/stable
12
+
13
+RUN apt update
14
+RUN apt upgrade -y
# Install dependencies
RUN apt install -y --no-install-recommends \
ca-certificates \
0 commit comments