We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bc48e commit c646694Copy full SHA for c646694
src/dapp/Dockerfile
@@ -22,6 +22,7 @@ ENV USER node
22
WORKDIR /home/node
23
24
RUN curl https://nixos.org/nix/install | bash
25
+RUN /nix/var/nix/profiles/default/bin/nix-env -i jshon
26
27
VOLUME /src
28
WORKDIR /src
0 commit comments