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
# This file used by docker.io for creating custom debian packages of cocaine | |
# core and plugins. | |
# | |
# Feel free to change FROM to you target system | |
# | |
# To build image and packages create empty folder, `cd` to it, | |
# put this file there as `Dockerfile` and run: | |
# | |
# `sudo docker.io build -t cocaine-builder .` | |
# |