[docker] Install Make

This commit is contained in:
Nemo 2020-04-05 03:08:57 +05:30
parent 449be5e554
commit 5ce11df239
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ RUN mkdir -p /usr/share/man/man1 && \
ca-certificates=20190110 \ ca-certificates=20190110 \
# git to let shards install happen # git to let shards install happen
git=1:2.20.1-2+deb10u1 \ git=1:2.20.1-2+deb10u1 \
# needed by myhtml crystal shard
make=4.2.1-1.2 \
# build --release # build --release
zlib1g-dev=1:1.2.11.dfsg-1 && \ zlib1g-dev=1:1.2.11.dfsg-1 && \
# See https://crystal-lang.org/install/ # See https://crystal-lang.org/install/