<div dir="ltr"><div dir="ltr"><br></div><div>Hi Dhruv,</div><div><br></div><div>You can't directly edit the docker image.</div><div>The better solution is to launch it with another entry point. <br></div><div>Something like:</div><div><pre><code>sudo docker run --rm -it \
         -v `pwd`/sugarizer:/sugarizer \
         -v `pwd`/cordova-plugin-sugarizeros:/cordova-plugin-sugarizeros \
         -v `pwd`:/output \<br>         --entrypoint /bin/bash \<br>         llaske/sugarizer-apkbuilder:latest</code></pre></div><div>It launch a command line into the docker so you're free to update the build environment. Then you could launch the <span style="font-family:monospace">./make_android.sh</span> (the default entry point for the image) to start generation.</div><div><br></div><div>Regards.</div><div><br></div><div>               Lionel.</div><div><br></div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 24 mars 2020 à 13:16, <<a href="mailto:sugar-devel-request@lists.sugarlabs.org" target="_blank">sugar-devel-request@lists.sugarlabs.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Date: Tue, 24 Mar 2020 11:27:07 +0000<br>
From: Dhruv Misra <<a href="mailto:dhruvmisra@live.com" target="_blank">dhruvmisra@live.com</a>><br>
To: "<a href="mailto:sugar-devel@lists.sugarlabs.org" target="_blank">sugar-devel@lists.sugarlabs.org</a>"<br>
        <<a href="mailto:sugar-devel@lists.sugarlabs.org" target="_blank">sugar-devel@lists.sugarlabs.org</a>><br>
Cc: "<a href="mailto:lionel@olpc-france.org" target="_blank">lionel@olpc-france.org</a>" <<a href="mailto:lionel@olpc-france.org" target="_blank">lionel@olpc-france.org</a>><br>
Subject: [Sugar-devel] Sugarizer APK builder plugin addition<br>
Message-ID:<br>
        <<a href="mailto:MAXPR01MB36166298A59AFF803106169ABAF10@MAXPR01MB3616.INDPRD01.PROD.OUTLOOK.COM" target="_blank">MAXPR01MB36166298A59AFF803106169ABAF10@MAXPR01MB3616.INDPRD01.PROD.OUTLOOK.COM</a>><br>
<br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Hey there,<br>
<br>
I’m trying to add a Cordova plugin to the APK builder. The docker command to build the APK currently uses the docker repository which cannot be edited. Can someone tell me the steps to edit and run a local copy of the container in docker using the GitHub repository<<a href="https://github.com/llaske/sugarizer-apkbuilder" rel="noreferrer" target="_blank">https://github.com/llaske/sugarizer-apkbuilder</a>> source or any other method.<br>
<br>
Thanks,<br>
Dhruv Misra<br><br>
</blockquote></div></div>