mirror of
https://github.com/idanoo/rtl-pager-discord
synced 2025-07-01 22:02:24 +00:00
Initial commit
This commit is contained in:
parent
1ea3eb1f90
commit
3ed1186fb8
4 changed files with 179 additions and 1 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM ubuntu:22.04
|
||||
|
||||
# Update softwares
|
||||
RUN apt update && apt -y upgrade
|
||||
|
||||
# Install softwares
|
||||
RUN apt install -y redis rtl-sdr multimon-ng
|
||||
|
||||
# Copy and set file
|
||||
COPY pager.sh /pager.sh
|
||||
RUN chmod +x /pager.sh
|
||||
|
||||
RUN ["bash", "/pager.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue