Skip to content

Commit

Permalink
Updating Make file in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
FlUxIuS committed Jul 17, 2024
1 parent fa0eb81 commit 082fca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN ./entrypoint.sh nuand_devices_install
RUN ./entrypoint.sh hackrf_devices_install
RUN ./entrypoint.sh airspy_devices_install
RUN ./entrypoint.sh limesdr_devices_install
#RUN ./entrypoint.sh rtlsdr_devices_install to install later
#RUN ./entrypoint.sh rtlsdr_devices_install # to install later
#RUN ./entrypoint.sh rtlsdrv4_devices_install # optionnal, remove rtlsdr_devices_install if you are using the v4 version
RUN ./entrypoint.sh osmofl2k_devices_install
RUN ./entrypoint.sh xtrx_devices_install
Expand Down Expand Up @@ -176,6 +176,9 @@ RUN ./entrypoint.sh wavingz_sdr_soft_install
# Installing extra software
RUN ./entrypoint.sh ml_and_dl_soft_install

# General monitoring software
RUN ./entrypoint.sh kismet_soft_install

##################
# RFID
##################
Expand Down Expand Up @@ -215,6 +218,7 @@ RUN ./entrypoint.sh bettercap_soft_install
# Tools for Bluetooth #TODO: more more!
RUN ./entrypoint.sh blueztools_soft_install
RUN ./entrypoint.sh bluing_soft_install
RUN ./entrypoint.sh bdaddr_soft_install

# Tools for Bluetooth LE
RUN ./entrypoint.sh mirage_soft_install # TODO: In progress
Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ sdrfull: common sdrlight
rfid: common
docker build -f rfid.docker -t rfid:latest ..

wifi: common
wifi: common sdrlight
docker build -f wifi.docker -t wifi:latest ..

bluetooth: common
bluetooth: common sdrlight
docker build -f bluetooth.docker -t bluetooth:latest ..

reversing: common
Expand Down
3 changes: 0 additions & 3 deletions Dockerfiles/bluetooth.docker
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ RUN chmod +x entrypoint.sh
#RUN ./entrypoint.sh mirage_soft_install # TODO: In progress
#RUN ./entrypoint.sh sniffle_soft_install

# General monitoring software
RUN ./entrypoint.sh kismet_soft_install

# Cleaning and quitting
WORKDIR /root/
#RUN rm -rf /root/scripts/
Expand Down

0 comments on commit 082fca8

Please sign in to comment.