Skip to content

Commit

Permalink
try and fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGibb committed Jul 6, 2024
1 parent f348b9f commit 51dd54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ EOF
cat >$dir/Dockerfile << EOF
FROM nixos/nix
RUN nix-channel --update
RUN nix-env -i gnum4 git rsync patch gnutar bzip2 gnumake wget ocamlPackages.ocaml ocamlPackages.ocaml-compiler-libs
RUN NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix-env -i gnum4 git rsync patch gnutar bzip2 gnumake wget ocaml ocaml5.1.1-ocaml-compiler-libs
EOF
esac

Expand Down

0 comments on commit 51dd54b

Please sign in to comment.