Skip to content

Instantly share code, notes, and snippets.

View cybernetlab's full-sized avatar

Alexey Ovchinnikov cybernetlab

View GitHub Profile
@cybernetlab
cybernetlab / cocaine-builder-dockerfile
Last active October 20, 2018 16:11
doker.io Dockerfile for cocaine builds
# 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 .`
#