Skip to content

Commit

Permalink
fix: dart as dependency only
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent ee49d11 commit fab6032
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ RUN npm install
RUN apt-get update
# Install git
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
RUN echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' | tee /etc/apt/sources.list.d/dart_stable.list
RUN apt-get update
RUN apt-get install dart

# Copy the rest of your action's code
Expand Down

0 comments on commit fab6032

Please sign in to comment.