Skip to content

Commit

Permalink
Update "gpg" invocations to use "--batch"
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon authored and pierreozoux committed Dec 5, 2018
1 parent f8a4c29 commit 3f62c7a
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 @@ -11,7 +11,7 @@ RUN groupadd -r rocketchat \
VOLUME /app/uploads

# gpg: key 4FD08014: public key "Rocket.Chat Buildmaster <[email protected]>" imported
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104
RUN gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104

ENV RC_VERSION 0.72.1

Expand Down

0 comments on commit 3f62c7a

Please sign in to comment.