We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ac944 commit 4a45059Copy full SHA for 4a45059
Dockerfile
@@ -2,6 +2,7 @@ FROM nixos/nix
2
3
# Install SBCL
4
RUN nix-env -iA nixpkgs.sbcl
5
+RUN nix-env -iA nixpkgs.gnumake
6
7
# Move the whole project in.
8
WORKDIR /cli
0 commit comments