Skip to content

Commit

Permalink
Update Dockerfile (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost authored May 21, 2024
1 parent 26990fb commit d1761c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN dart pub global activate -spath packages/cli
RUN dart pub global activate melos
ENV PUB_CACHE=/root/.pub-cache
ENV PATH=$PATH:$PUB_CACHE/bin
RUN melos cache-source
RUN dart --disable-analytics
RUN melos cache-source --no-select
RUN dart --disable-analytics

0 comments on commit d1761c0

Please sign in to comment.