Skip to content

Commit 4a45059

Browse files
committed
chore: Install make in dockerfile
1 parent 96ac944 commit 4a45059

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
@@ -2,6 +2,7 @@ FROM nixos/nix
22

33
# Install SBCL
44
RUN nix-env -iA nixpkgs.sbcl
5+
RUN nix-env -iA nixpkgs.gnumake
56

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

0 commit comments

Comments
 (0)