We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de575b7 commit 5aa929cCopy full SHA for 5aa929c
Dockerfile
@@ -11,6 +11,11 @@ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" \
11
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 && \
12
echo oracle-java6-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections
13
14
+# /bin/sh points to Dash by default, reconfigure to use bash until Android
15
+# build becomes POSIX compliant
16
+RUN echo "dash dash/sh boolean false" | debconf-set-selections && \
17
+ dpkg-reconfigure -p critical dash
18
+
19
# Keep the dependency list as short as reasonable
20
RUN apt-get update && \
21
apt-get install -y bc bison bsdmainutils build-essential curl \
0 commit comments