Skip to content

Instantly share code, notes, and snippets.

@alterakey
Created January 16, 2026 11:53
Show Gist options
  • Select an option

  • Save alterakey/fc948321f6be750ecc14e63b081e1409 to your computer and use it in GitHub Desktop.

Select an option

Save alterakey/fc948321f6be750ecc14e63b081e1409 to your computer and use it in GitHub Desktop.
Mundane dockerfile for blutter
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