Skip to content

Instantly share code, notes, and snippets.

@CruelTott
CruelTott / Dockerfile
Created August 7, 2020 19:13
Dockerfile to build Adrenaline
FROM ubuntu:bionic
RUN apt update
RUN apt install -y build-essential
RUN apt install -y flex bison
RUN apt install -y cmake
RUN apt install -y git
RUN apt install -y curl
RUN apt install -y wget