Skip to content

Instantly share code, notes, and snippets.

View santoso-wijaya's full-sized avatar

Santoso Wijaya santoso-wijaya

View GitHub Profile
@santoso-wijaya
santoso-wijaya / Dockerfile
Created February 1, 2024 04:25
Jekyll on RVM-installed Ruby
# syntax=docker/dockerfile:1.4
FROM ubuntu:22.04
LABEL org.opencontainers.image.authors="Santoso Wijaya <code@swijaya.com>"
ARG DEBIAN_FRONTEND=noninteractive
RUN <<EOF
apt-get update -q
apt-get install -qy --no-install-recommends \
procps \