diff --git a/Dockerfile b/Dockerfile index 3137e70..881f3a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ ENV PUB_CACHE=/root/.pub-cache # Copy pubspec files and get dependencies COPY pubspec.yaml pubspec.lock ./ -COPY packages/perfetto_trace/pubspec.yaml packages/perfetto_trace/pubspec.yaml RUN --mount=type=cache,target=/root/.pub-cache \ flutter pub get