Skip to content

Commit

Permalink
abuild: install generated key
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Apr 5, 2024
1 parent 31d5f4f commit eb581d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syslog-ng/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ADD --chown=builder:builder apkbuild .
RUN [ $DEBUG = false ] || patch -d axoflow/syslog-ng -p1 -i APKBUILD-debug.patch

RUN mkdir packages \
&& abuild-keygen -n -a \
&& abuild-keygen -n -a -i \
&& printf 'export JOBS=$(nproc)\nexport MAKEFLAGS=-j$JOBS\n' >> .abuild/abuild.conf \
&& cd axoflow/syslog-ng \
&& if [ "$PKG_TYPE" = "nightly" ]; then \
Expand Down

0 comments on commit eb581d0

Please sign in to comment.