Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner authored Jan 17, 2018
1 parent 2f40fa8 commit f1c12ff
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ubuntu/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ RUN dpkg --add-architecture i386 && apt-get update -yqq && apt-get install -y \
vim \
&& apt-get clean

# Install su-exec
RUN apt-get update -yqq && apt-get install -y gcc make \
&& cd /tmp \
&& git clone https://github.com/ncopa/su-exec.git \
&& cd su-exec \
&& make \
&& mv ./su-exec /usr/sbin \
&& apt-get purge -y gcc make \
&& apt-get clean

RUN groupadd android && useradd -d /opt/android-sdk-linux -g android android

COPY tools /opt/tools
Expand Down

0 comments on commit f1c12ff

Please sign in to comment.