Last active
November 20, 2024 23:29
-
-
Save heywoodlh/1f976c3912818dcd76f0cdf9e5fd3e32 to your computer and use it in GitHub Desktop.
Testing Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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