Skip to content

Commit

Permalink
Removing Mltext version param; sticking with default 16.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed May 4, 2023
1 parent 7d19e4c commit c67b719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ RUN cordova plugin add cordova-plugin-android-permissions --save && sleep 5
RUN cordova plugin add github:brodybits/cordova-plugin-sqlcipher-crypto-batch-connection-manager-core-pro-free#unstable-build-2020-07-15-01 --save && sleep 5
RUN cordova plugin add cordova-sqlite-storage-file --save && sleep 5
RUN cordova plugin add cordova-plugin-x-socialsharing --save && sleep 5
RUN cordova plugin add cordova-plugin-ml-text --variable MLKIT_TEXT_RECOGNITION_VERSION=17.0.1 --save && sleep 5
RUN cordova plugin add cordova-plugin-ml-text --save && sleep 5

RUN echo "export JAVA_HOME=$(dirname $(dirname $(readlink -f $(type -P java))))" > /etc/profile.d/javahome.sh

Expand Down

0 comments on commit c67b719

Please sign in to comment.