Skip to content

Commit

Permalink
Adding config file copy in docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed May 23, 2024
1 parent faed050 commit b70cf0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get -y install apt-fast python3-matplotlib

COPY scripts /root/scripts/
COPY rules /root/rules/
COPY config /root/config/

WORKDIR /root/scripts/
RUN chmod +x entrypoint.sh
Expand Down Expand Up @@ -100,7 +101,7 @@ RUN ./entrypoint.sh cyberther_soft_install

# Installing softwares
RUN ./entrypoint.sh sdrangel_soft_install
RUN ./entrypoint.sh sdrpp_soft_install
RUN ./entrypoint.sh sdrpp_soft_fromsource_install # replace to 'sdrpp_soft_install' if you see bugs
RUN ./entrypoint.sh sigdigger_soft_install
RUN ./entrypoint.sh inspection_decoding_tools
RUN ./entrypoint.sh qsstv_soft_install
Expand All @@ -109,6 +110,7 @@ RUN ./entrypoint.sh ice9_bluetooth_soft_install
# Installing SA device modules
RUN ./entrypoint.sh kc908_sa_device # Note: Only works on x86_64
RUN ./entrypoint.sh signalhound_sa_device # Note: Only works on x86_64
RUN ./entrypoint.sh harogic_sa_device # working only on x86_64 and aarch64

# Calibration equipements
RUN ./entrypoint.sh leobodnarv1_cal_device
Expand Down
1 change: 1 addition & 0 deletions sdr_full.docker
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-fast install -y pulseaudio-utils pulseaudio libasound2-dev libavahi-clie

COPY scripts /root/scripts/
COPY rules /root/rules/
COPY config /root/config/

WORKDIR /root/scripts/
RUN chmod +x entrypoint.sh
Expand Down

0 comments on commit b70cf0b

Please sign in to comment.