Skip to content

Instantly share code, notes, and snippets.

View soltrinox's full-sized avatar
🤖
Building Cybernetic Systems

Mr. Rosario soltrinox

🤖
Building Cybernetic Systems
View GitHub Profile
@soltrinox
soltrinox / Dockerfile.md
Last active August 28, 2025 08:26
OSX.MacBook.Pro.M4.Max.setup.sh

Multi-stage build for ARM64

FROM --platform=linux/arm64 alpine:latest AS base

Install system dependencies

RUN apk update && apk add --no-cache
bash
curl
git
build-base
openssl-dev \