FROM ruby:2.6.5-alpine
WORKDIR /
RUN apk add --no-cache ca-certificates
RUN apk add --no-cache --virtual .build-deps g++ make cmake git gperf libressl-dev zlib-dev zlib-static linux-headers;
RUN git clone https://github.com/tdlib/td.git &&
cd td &&
git checkout v1.7.0 &&
mkdir build &&
cd build &&
cmake -DCMAKE_BUILD_TYPE=Release .. &&
cmake --build . &&
make install
Content type
Image
Digest
Size
232.4 MB
Last updated
about 5 years ago
docker pull dtorry/ruby-tdlib