Created
May 17, 2017 11:51
-
-
Save maleck13/aa6d6f01b986a644b79c133487291344 to your computer and use it in GitHub Desktop.
docker digger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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