Skip to content

Commit

Permalink
fix(build): Missing gpg-agent for the SaaS build (#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jul 18, 2024
1 parent aa2fd70 commit c655c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ FROM api-runtime-private as saas-api

# Install GnuPG and import private key
RUN --mount=type=secret,id=sse_pgp_pkey \
apk add gpg && \
apk add gpg gpg-agent && \
gpg --import /run/secrets/sse_pgp_pkey && \
mv /root/.gnupg/ /app/ && \
chown -R nobody /app/.gnupg/
Expand Down

0 comments on commit c655c73

Please sign in to comment.