Skip to content

Commit

Permalink
fix: install gnupg as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 27, 2023
1 parent 9d27bb5 commit dbc72ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL "com.github.actions.description"="Automating version bump for conventional
LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.color"="blue"

# Install system dependencies for Git, wget, Curl, and Unzip
RUN apt-get update && apt-get install -y git wget curl unzip xz-utils
# Install system dependencies for Git, wget, gnupg, Curl, and Unzip
RUN apt-get update && apt-get install -y git wget gnupg curl unzip xz-utils

# Install Dart
RUN apt-get update && apt-get install -y apt-transport-https
Expand Down

0 comments on commit dbc72ee

Please sign in to comment.