There was an error while loading. Please reload this page.
1 parent 186afba commit ece08edCopy full SHA for ece08ed
Dockerfile
@@ -25,4 +25,5 @@ RUN apk --no-cache --allow-untrusted -X https://apkproxy.herokuapp.com/sgerrand/
25
RUN echo y | android update sdk -a -u -t platform-tools,${ANDROID_APIS},build-tools-${ANDROID_BUILD_TOOLS_VERSION}
26
RUN chmod a+x -R $ANDROID_HOME
27
RUN chown -R root:root $ANDROID_HOME
28
-RUN npm i -g --unsafe-perm cordova@${CORDOVA_VERSION} ionic@${IONIC_VERSION}
+RUN npm i -g --unsafe-perm cordova@${CORDOVA_VERSION} ionic@${IONIC_VERSION} && \
29
+ npm cache clean
0 commit comments