mirror of https://github.com/grpc/grpc.git
parent
5ecbbeaa0c
commit
179a7c7459
11 changed files with 82 additions and 42 deletions
@ -0,0 +1,35 @@ |
||||
# Install Git and basic packages. |
||||
RUN apt-get update && apt-get install -y ${'\\'} |
||||
autoconf ${'\\'} |
||||
autotools-dev ${'\\'} |
||||
build-essential ${'\\'} |
||||
bzip2 ${'\\'} |
||||
ccache ${'\\'} |
||||
curl ${'\\'} |
||||
dnsutils ${'\\'} |
||||
gcc ${'\\'} |
||||
gcc-multilib ${'\\'} |
||||
git ${'\\'} |
||||
golang ${'\\'} |
||||
gyp ${'\\'} |
||||
lcov ${'\\'} |
||||
libc6 ${'\\'} |
||||
libc6-dbg ${'\\'} |
||||
libc6-dev ${'\\'} |
||||
libgtest-dev ${'\\'} |
||||
libtool ${'\\'} |
||||
make ${'\\'} |
||||
perl ${'\\'} |
||||
strace ${'\\'} |
||||
python3-dev ${'\\'} |
||||
python3-setuptools ${'\\'} |
||||
python3-yaml ${'\\'} |
||||
telnet ${'\\'} |
||||
unzip ${'\\'} |
||||
wget ${'\\'} |
||||
zip && ${'\\'} |
||||
apt-get clean |
||||
|
||||
#================ |
||||
# Build profiling |
||||
RUN apt-get update && apt-get install -y time && apt-get clean |
@ -0,0 +1,6 @@ |
||||
FROM debian:bullseye |
||||
|
||||
<%include file="./apt_get_basic_bullseye.include"/> |
||||
<%include file="./apt_get_python_27.include"/> |
||||
<%include file="./gcp_api_libraries.include"/> |
||||
<%include file="./run_tests_addons.include"/> |
Loading…
Reference in new issue