Skip to content

Commit

Permalink
fix: cache (#309)
Browse files Browse the repository at this point in the history
* chore: maybe invalidate cache on GitHub
  • Loading branch information
minikin authored Sep 18, 2024
1 parent 7143a8d commit cd6854b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions earthly/flutter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ flutter-src:
flutter-base:
FROM debian:bookworm-20240513-slim

# TODO(minikin): we invalidate cache here to get the latest packages.
RUN --no-cache

RUN apt-get update --fix-missing
RUN apt-get install -y apt-utils git curl gzip unzip bzip2 bash jq gpg lcov

Expand Down

0 comments on commit cd6854b

Please sign in to comment.