Skip to content

Commit

Permalink
Merge pull request #843 from SUSE/for-deploy-Basalt
Browse files Browse the repository at this point in the history
🤖: Update build recipes for Basalt
  • Loading branch information
dirkmueller authored Jan 11, 2024
2 parents 8367648 + 893a71a commit 01893dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion basalt-kernel-module-devel-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
LABEL com.suse.release-stage="beta"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends kernel-devel kernel-syms gcc kmod-compat make patch awk; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends kernel-devel kernel-syms gcc kmod-compat make patch awk rpm-build; zypper -n clean; rm -rf /var/log/*
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 11 13:43:21 UTC 2024 - Dirk Mueller <[email protected]>

- Add rpm-build to support signing of KMPs

-------------------------------------------------------------------
Tue Jan 9 16:48:01 UTC 2024 - Dan Čermák <[email protected]>

Expand Down

0 comments on commit 01893dd

Please sign in to comment.