File: Dockerfile

package info (click to toggle)
immer 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,800 kB
  • sloc: cpp: 39,818; python: 534; makefile: 227; lisp: 175; sh: 114; javascript: 64
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
FROM mcr.microsoft.com/devcontainers/base:ubuntu

# cache /nix
VOLUME /nix

RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
  --extra-conf "sandbox = false" \
  --init none \
  --no-confirm