File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,16 @@ jobs:
3131 bsp : base
3232 runs-on : [self-hosted, qcom-u2404, amd64-ssd]
3333 container :
34- image : debian:trixie
34+ image : ghcr.io/siemens/kas/kas
3535 volumes :
3636 - /efs/qli/meta-qcom-3rdparty:/cache
37- options : --privileged
3837 steps :
3938 - name : Update OS packages
4039 run : |
4140 set -ux
4241 sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources
43- apt update
44- apt -y upgrade
45- apt -y full-upgrade
46- apt-get install --no-install-recommends -y \
47- build-essential chrpath cpio debianutils diffstat file gawk \
48- gcc git iputils-ping libacl1 locales python3 python3-git \
49- python3-jinja2 python3-pexpect python3-pip python3-subunit \
50- socat texinfo unzip wget xz-utils zstd repo ssh
42+ sudo apt update
43+ sudo apt install --no-install-recommends -y repo
5144
5245 - uses : actions/checkout@v4
5346 with :
You can’t perform that action at this time.
0 commit comments