Fix automatic confirm for abuild-keygen.

master
Icedream 2022-06-29 05:59:32 +02:00
parent b752c83c18
commit c1147ddb4e
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN adduser -h /usr/src -S -u 999 apk
RUN addgroup apk abuild RUN addgroup apk abuild
RUN echo "apk ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN echo "apk ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
USER apk USER apk
RUN abuild-keygen -a -i RUN yes "" | abuild-keygen -a -i
# Check out aports # Check out aports
RUN git config --global user.name Docker RUN git config --global user.name Docker