commit
75a98fe07f
@ -1,3 +1,4 @@
|
||||
FROM alvrme/alpine-android:android-32-jdk11
|
||||
RUN (apk update && apk add npm openssh-client tree) &&\
|
||||
npm install -g cordova
|
||||
RUN apk update \
|
||||
&& apk add npm openssh-client tree rsync \
|
||||
&& npm install -g cordova
|
||||
|
Reference in new issue