Skip to content

Instantly share code, notes, and snippets.

@AlexisRomeroDev
AlexisRomeroDev / Dockerfile
Created May 13, 2026 15:08
journal de récupération APFS
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y \
git \
cmake \
build-essential \
pkg-config \
zlib1g-dev \