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

@@ -1,5 +1,6 @@
FROM amd64/nginx:stable-alpine AS builder
COPY nginx-keys/ /tmp/nginx-keys
COPY compile.sh /tmp/compile.sh
RUN chmod +x /tmp/compile.sh && \
/tmp/compile.sh && \