itaymigdal / Nimbo-C2

Nimbo-C2 is yet another (simple and lightweight) C2 framework
MIT License
354 stars 44 forks source link

docker image build failed #15

Closed Shulelk closed 1 year ago

Shulelk commented 1 year ago
55.69 Downloading https://github.com/juancarlospaco/nim-crc32 using git
57.20   Verifying dependencies for crc32@0.5.2
57.21  Installing crc32@0.5.2
57.21    Success: crc32 installed successfully.
57.97 Downloading https://github.com/cheatfate/nimcrypto using git
59.72   Verifying dependencies for nimcrypto@0.6.0
59.74        Tip: 8 messages have been suppressed, use --verbose to show them.
59.74      Error: Unsatisfied dependency: nim (>= 1.6)
------
Dockerfile:3
--------------------
   2 |
   3 | >>> RUN apt update \
   4 | >>> && apt install -y python3 python3-pip mingw-w64 upx \
   5 | >>> && pip3 install prompt_toolkit requests tabulate jsonc-parser pycryptodome \
   6 | >>> && nimble install -y crc32 nimcrypto pixie wauto winim rc4 https://github.com/itaymigdal/NimProtect
   7 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt update && apt install -y python3 python3-pip mingw-w64 upx && pip3 install prompt_toolkit requests tabulate jsonc-parser pycryptodome && nimble install -y crc32 nimcrypto pixie wauto winim rc4 https://github.com/itaymigdal/NimProtect" did not complete successfully: exit code: 1
itaymigdal commented 1 year ago

Will try to reproduce. Meanwhile try the "easier" way. This image is already ready for usage.

itaymigdal commented 1 year ago

Fixed. please refer to the Installation added notes. Thanks for letting me know.