Skip to content

Commit 311d2b8

Browse files
committed
fix: docker build
1 parent 7a7b87d commit 311d2b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM nixos/nix
33
# Install SBCL
44
RUN nix-env -iA nixpkgs.sbcl
55
RUN nix-env -iA nixpkgs.gnumake
6+
RUN nix-env -iA nixpkgs.curl
67

78
# Move the whole project in.
89
WORKDIR /cli

0 commit comments

Comments
 (0)