Skip to content

Instantly share code, notes, and snippets.

@heywoodlh
Last active November 20, 2024 23:29
Show Gist options
  • Save heywoodlh/1f976c3912818dcd76f0cdf9e5fd3e32 to your computer and use it in GitHub Desktop.
Save heywoodlh/1f976c3912818dcd76f0cdf9e5fd3e32 to your computer and use it in GitHub Desktop.
Testing Dockerfile
FROM docker.io/alpine:latest
RUN apk add --no-cache curl bash \
&& curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
--extra-conf "sandbox = false" \
--init none \
--no-confirm \
--extra-conf='filter-syscalls = false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment