@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache openssl-dev linux-headers zlib-dev gcc gperf cmake build-base git \
RUN 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 \
&& mkdir build \
@ -1,3 +1,3 @@
#!/bin/bash
docker build -t bearns.me/tg-api .
docker run bearns.me/tg-api
docker run --name tg-api bearns.me/tg-api