Skip to content

Instantly share code, notes, and snippets.

View antonioabelgc's full-sized avatar

Antonio Abel García antonioabelgc

View GitHub Profile
@antonioabelgc
antonioabelgc / Dockerfile
Last active December 12, 2024 13:23 — forked from jgru/Dockerfile
Autopsy 4.21.0 in a Docker
# Base image
FROM ubuntu:24.04
# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive
# Install prerequisites and dependencies
RUN apt-get update && apt-get install -y \
wget unzip sudo openjdk-17-jdk openjdk-17-jre openjfx \
build-essential autoconf libtool automake git zip ant \