check GPG signature of nginx sources
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user