mirror of
https://github.com/ShaYmez/HomebrewDocker.git
synced 2025-02-03 09:44:16 -05:00
one
This commit is contained in:
commit
e9002e70ee
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
8
README.md
Normal 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
8
provision-debian.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user