This commit is contained in:
KI7SBI Dylan 2017-12-08 23:51:11 -08:00
commit e9002e70ee
3 changed files with 25 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
# Dockerfile
# HBServer
#WORKDIR
FROM debian:jessy-slim
ADD ./provision-debian.sh /root/provision-debian.sh
RUN /root/provision-debian.sh

8
README.md Normal file
View File

@ -0,0 +1,8 @@
DMR Homebrew Server with IPSC Bridge
===============================
#Dockerfile
This Dockerfile packages up everything you need.

8
provision-debian.sh Normal file
View File

@ -0,0 +1,8 @@
apt-get update
apt-get install wget nano
cd /root
wget http://ip1.dx40.com/dmrlink/ipscbuild
chmod 755 ipscbuild
./ipscbuild