improve script to recursively decrypt everything if able to
This commit is contained in:
@@ -4,6 +4,12 @@ FROM alpine:latest
|
||||
# Install only the tools we need: SOPS and GnuPG
|
||||
RUN apk add --no-cache sops gnupg
|
||||
|
||||
# Create the .gnupg directory with correct permissions first
|
||||
RUN mkdir -m 700 /root/.gnupg
|
||||
|
||||
# Copy our GPG agent config file into the image
|
||||
COPY gpg.conf /root/.gnupg/gpg.conf
|
||||
|
||||
# Set a working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user