Skip to content

Commit

Permalink
Add musl-tools (project-oak#879)
Browse files Browse the repository at this point in the history
This change adds `musl-tools` package to the `Dockerfile`.
`musl-tools` contains `musl-gcc` that is necessary to compile `ring` (that is a `rustls` dependency) with a `--target=x86_64-unknown-linux-musl` flag.
  • Loading branch information
ipetr0v authored Apr 20, 2020
1 parent 7e9f6cd commit 37efedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get --yes update && \
libfl2 \
libncurses5 \
libssl-dev \
musl-tools \
pkg-config \
procps \
python-dev \
Expand Down

0 comments on commit 37efedd

Please sign in to comment.