Skip to content

Instantly share code, notes, and snippets.

@maleck13
Created May 17, 2017 11:51
Show Gist options
  • Select an option

  • Save maleck13/c4c0ef6725b548449ea649c5bfd4a38a to your computer and use it in GitHub Desktop.

Select an option

Save maleck13/c4c0ef6725b548449ea649c5bfd4a38a to your computer and use it in GitHub Desktop.
docker digger
FROM openjdk
COPY ./scripts/bin/ /usr/local/bin
RUN apt-get update && apt-get install -y wget \
&& mkdir -p /.android/cache && chmod 777 /.android/cache \
&& cd / && pwd && ls -al
WORKDIR /opt/install
CMD sleep infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment