Signed-off-by: Terekhin Alexandr <alex@bearns.me>
@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk update && apk --no-cache upgrade \
RUN apk update \
&& apk add --no-cache openssl-dev linux-headers zlib-dev gcc gperf cmake build-base git libstdc++ \
&& git clone --recursive https://github.com/tdlib/telegram-bot-api.git \
&& cd telegram-bot-api \