Skip to content

Commit

Permalink
fix: remove cmd (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 authored Jan 9, 2025
1 parent dc83a07 commit bed29ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions earthly/flutter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ INSTALL_FLUTTER:
RUN dart pub global activate coverage
RUN dart pub global activate combine_coverage
RUN dart pub global activate license_checker

# flutter-base installs required tools and packages.
flutter-base:
FROM debian:bookworm-20240513-slim
Expand All @@ -56,8 +56,7 @@ flutter-base:
lcov \
tar \
wget \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
xz-utils

DO +INSTALL_FLUTTER

Expand Down

0 comments on commit bed29ea

Please sign in to comment.