Skip to content

Commit

Permalink
fix: gpg-agent dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent fcc8b97 commit 91c8545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN apt-get update
RUN apt-get -y install git
# Install wget
RUN apt-get install -y wget
# Install gpg-agent
RUN apt-get install gpg-agent
# Install dart
RUN apt-get install apt-transport-https
RUN wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/dart.gpg
Expand Down

0 comments on commit 91c8545

Please sign in to comment.