Created
January 16, 2026 11:53
-
-
Save alterakey/fc948321f6be750ecc14e63b081e1409 to your computer and use it in GitHub Desktop.
Mundane dockerfile for blutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from debian:trixie-slim | |
| run apt-get -y update && env DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pyelftools python3-requests git cmake ninja-build build-essential pkg-config libicu-dev libcapstone-dev | |
| add . /app | |
| run mkdir /out | |
| workdir /out | |
| entrypoint ["python3", "/app/blutter.py"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment