https://github.com/soundofdarkness/depot_tools-docker
depot_tools Docker Image 🐋
https://github.com/soundofdarkness/depot_tools-docker
chromium docker
Last synced: 28 days ago
JSON representation
depot_tools Docker Image 🐋
- Host: GitHub
- URL: https://github.com/soundofdarkness/depot_tools-docker
- Owner: Soundofdarkness
- License: mit
- Created: 2019-10-21T15:49:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T18:46:36.000Z (over 6 years ago)
- Last Synced: 2025-04-09T03:44:53.293Z (about 1 year ago)
- Topics: chromium, docker
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# depot_tools Docker Image 🐋


This image can be used as a base for any builds that require [depot_tools](https://chromium.googlesource.com/chromium/tools/depot_tools/)
## Usage
```dockerfile
FROM soundofdarkness/depot_tools:latest
```
## License
This container itself is licensed under the terms of the [MIT License](/License), but depot_tools are licensed under [BSD-3-Clause License](/License-depot_tools)