Tag: 科多瓦

Android开发Dockerfile:为什么Android SDKpipe理器挂起?

构build一个Docker镜像来完成Cordova开发并构build到Android。 下面的Dockerfile获取所有的东西,但是运行/ android-sdk-linux / android命令会导致整个Container冻结,没有任何错误信息,甚至是–no-ui! 同样,当我尝试构build( cordova build android )时,它会无限挂起Running command: /hello/platforms/android/cordova/build FROM ubuntu:trusty MAINTAINER Antman Jones ENV DEBIAN_FRONTEND noninteractive RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections RUN sudo apt-get -y install curl RUN sudo apt-get -y install software-properties-common # Cordova is an NPM package RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash – […]