Skip to content

Commit

Permalink
Remove unnecessary copy
Browse files Browse the repository at this point in the history
Leftover artefact from previous build stage setup
  • Loading branch information
takenagain committed May 27, 2024
1 parent b4abb97 commit 7cdbc98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .docker/android-apk-build.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN cd /app && \
mv target/aarch64-linux-android/release/libmm2lib.a target/aarch64-linux-android/release/libmm2.a &&\
mv target/armv7-linux-androideabi/release/libmm2lib.a target/armv7-linux-androideabi/release/libmm2.a

# Locally tagged image for now
FROM komodo/android-sdk:34 as final

ENV FLUTTER_VERSION="2.8.1"
Expand Down Expand Up @@ -44,5 +43,3 @@ RUN flutter config --no-analytics \
&& yes "y" | flutter doctor --android-licenses \
&& flutter doctor \
&& flutter update-packages

COPY --from=build /app /app

0 comments on commit 7cdbc98

Please sign in to comment.