Skip to content

Instantly share code, notes, and snippets.

View absdevx's full-sized avatar

ProDev absdevx

View GitHub Profile
@absdevx
absdevx / Dockerfile
Created March 24, 2025 14:07 — forked from secretsquirrel/Dockerfile
Build v8 x64 on modern Linux
# Build v8 x64 on modern Linux
# Time to run: about 1.2hrs at 8Gb RAM / 8 cores, Ubuntu 22.04 LTS
# This dockerfile is part of Zero Day Engineering training materials on JavaScript engines internals and vulnerability research
# https://zerodayengineering.com
# @zerodaytraining
FROM ubuntu:bionic
MAINTAINER contact@zerodayengineering.com
RUN apt-get update && apt-get upgrade