Skip to content

Instantly share code, notes, and snippets.

@yra40
yra40 / Dockerfile
Created July 31, 2018 22:43 — forked from ulrichard/Dockerfile
electron-cash in docker with hardware wallets
FROM debian:testing
#FROM ubuntu:yakkety
MAINTAINER Michal Belica <devel@beli.sk>
EXPOSE 10000
# runs as UID 1000 GID 1000 inside the container
ENV VERSION 3.0
RUN apt-get update \