FROM ubuntu:bionic
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y \
  python3-capstone \
  python3-sqlalchemy