Skip to content

Commit

Permalink
fix: install wget as well for installation of dart
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 27, 2023
1 parent dc04129 commit 44f30db
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, Curl, and Unzip
RUN apt-get update && apt-get install -y git curl unzip xz-utils
# Install system dependencies for Git, wget, Curl, and Unzip
RUN apt-get update && apt-get install -y git wget curl unzip xz-utils

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

0 comments on commit 44f30db

Please sign in to comment.