Fix binary image

This commit is contained in:
alesapin 2020-03-23 19:08:13 +03:00
parent 857c39fe48
commit 72f3fbb630

View File

@ -35,7 +35,8 @@ RUN apt-get update -y \
cmake \
gdb \
rename \
wget
wget \
build-essential
# This symlink required by gcc to find lld compiler
RUN ln -s /usr/bin/lld-9 /usr/bin/ld.lld