We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab07cc0 commit 23b83baCopy full SHA for 23b83ba
dockerfiles/alpine_3/x86_64/Dockerfile
@@ -47,6 +47,11 @@ RUN adduser jenkinsc abuild
47
RUN mkdir -p /var/cache/distfiles
48
RUN chmod a+w /var/cache/distfiles
49
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
+
55
RUN pip3 install requests
56
57
ADD https://raw.githubusercontent.com/tstuefe/tinyreaper/master/tinyreaper.c /tmp
0 commit comments