Skip to content

Commit

Permalink
Add make to Compilers Docker image
Browse files Browse the repository at this point in the history
Seems I forgot to explicitly add 'make'...

It used to be pulled in as 'Recommends' of the 'cmake' package, but dodona-edu#307
adds '--no-install-recommends' to the `apt` commandline.
  • Loading branch information
thomasfaingnaert committed Feb 14, 2024
1 parent 6fd00d9 commit 41e2566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodona-compilers.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
git \
graphviz \
libfmt-dev \
make \
p7zip-full \
pandoc \
python3 \
Expand Down

0 comments on commit 41e2566

Please sign in to comment.