fix(docker): include missing dependencies

This includes libssl-dev and pkg-config since I disabled install recommends
pull/24376/head
AJ Bond 2020-06-01 11:14:01 -04:00
parent 888c876429
commit da523ff290
No known key found for this signature in database
GPG Key ID: 3041BB878C89EF7D
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN apt-get update \
&& mkdir -p /usr/share/man/man1 \
&& apt-get install -y \
git locales sudo openssh-client ca-certificates tar gzip parallel \
unzip zip bzip2 gnupg curl make \
unzip zip bzip2 gnupg curl make pkg-config libssl-dev \
musl musl-dev musl-tools clang llvm \
--no-install-recommends \
&& apt-get clean autoclean \