check GPG signature of nginx sources

This commit is contained in:
bunkerity
2020-10-21 11:02:56 +02:00
parent 040b6a2234
commit 0e6729c62e
9 changed files with 143 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ FROM arm32v7/nginx:stable-alpine AS builder2
COPY --from=builder1 qemu-arm-static /usr/bin
COPY nginx-keys/ /tmp/nginx-keys
COPY compile.sh /tmp/compile.sh
RUN chmod +x /tmp/compile.sh && \
/tmp/compile.sh && \