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 7a7b87d commit 311d2b8Copy full SHA for 311d2b8
Dockerfile
@@ -3,6 +3,7 @@ FROM nixos/nix
3
# Install SBCL
4
RUN nix-env -iA nixpkgs.sbcl
5
RUN nix-env -iA nixpkgs.gnumake
6
+RUN nix-env -iA nixpkgs.curl
7
8
# Move the whole project in.
9
WORKDIR /cli
0 commit comments