Skip to content

Commit 23b83ba

Browse files
authored
add running abuild-keygen
1 parent ab07cc0 commit 23b83ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dockerfiles/alpine_3/x86_64/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ RUN adduser jenkinsc abuild
4747
RUN mkdir -p /var/cache/distfiles
4848
RUN chmod a+w /var/cache/distfiles
4949

50+
# prepare the apk keys, precondition for running make-apk.py
51+
# doas has problems so tell abuild-keygen to use sudo instead
52+
ENV SUDO=sudo
53+
RUN abuild-keygen -a -i -n
54+
5055
RUN pip3 install requests
5156

5257
ADD https://raw.githubusercontent.com/tstuefe/tinyreaper/master/tinyreaper.c /tmp

0 commit comments

Comments
 (0)