Skip to content

Instantly share code, notes, and snippets.

@hellwolf
Created August 6, 2023 09:44
Show Gist options
  • Save hellwolf/b9d2118f0884ba48beb670472a846f5c to your computer and use it in GitHub Desktop.
Save hellwolf/b9d2118f0884ba48beb670472a846f5c to your computer and use it in GitHub Desktop.
docker-image-urbit
FROM nixos/nix
RUN nix-channel --update
RUN nix-env -i urbit
CMD ["sh", "-c", "urbit -t /var/lib/urbit"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment