add docker packaging
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM raspbian/stretch
|
||||
|
||||
RUN apt-get update &&\
|
||||
apt-get -y install sox libfftw3-dev python rtl-sdr netcat libitpp-dev libsndfile1-dev
|
||||
|
||||
ADD docker/install-dependencies.sh /
|
||||
RUN /install-dependencies.sh
|
||||
|
||||
ADD . /openwebrx
|
||||
|
||||
WORKDIR /openwebrx
|
||||
|
||||
CMD python openwebrx.py
|
||||
EXPOSE 8073
|
Reference in New Issue
Block a user