aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-09 20:11:46 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-09 20:11:46 +0200
commit817aea90deff7f381bf50d0cb7cbfc96c1c9ea7f (patch)
treeb8cd581bda93b4a7d5e07a19cc9daab74da4e963 /scripts
parentbc35e56fadebef8a17771ad4c0d8166664a54620 (diff)
downloadvericert-817aea90deff7f381bf50d0cb7cbfc96c1c9ea7f.tar.gz
vericert-817aea90deff7f381bf50d0cb7cbfc96c1c9ea7f.zip
Add docker file and some comments
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
new file mode 100644
index 0000000..3e9d4ff
--- /dev/null
+++ b/scripts/docker/Dockerfile
@@ -0,0 +1,4 @@
+FROM nixos/nix
+
+RUN nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
+RUN nix-channel --update