diff --git a/docker/adbhoney/Dockerfile b/docker/adbhoney/Dockerfile index 48200a87..e6a0e0c3 100644 --- a/docker/adbhoney/Dockerfile +++ b/docker/adbhoney/Dockerfile @@ -15,7 +15,7 @@ RUN apk --no-cache -U add \ pip3 install --break-system-packages pyinstaller && \ # # Install adbhoney from git - git clone https://github.com/t3chn0m4g3/ADBHoney -b pyinstaller /opt/adbhoney && \ + git clone https://github.com/t3chn0m4g3/ADBHoney /opt/adbhoney && \ cd /opt/adbhoney && \ cp /root/dist/adbhoney.cfg /opt/adbhoney && \ sed -i 's/dst_ip/dest_ip/' /opt/adbhoney/adbhoney/core.py && \