Add gdb to build images

This commit is contained in:
alesapin 2019-09-17 17:24:45 +03:00
parent f1d86d55e8
commit e9b7bd7ed7
2 changed files with 5 additions and 2 deletions

View File

@ -55,7 +55,8 @@ RUN apt-get update -y \
git \
tzdata \
gperf \
cmake
cmake \
gdb
COPY build.sh /
CMD ["/bin/bash", "/build.sh"]

View File

@ -78,8 +78,10 @@ RUN apt-get --allow-unauthenticated update -y \
gperf \
alien \
libcapnp-dev \
cmake
cmake \
gdb
COPY build.sh /
CMD ["/bin/bash", "/build.sh"]