Compare commits

...

1 Commits

Author SHA1 Message Date
Terekhin Alexandr 9aea2b2bf6 Upgrade crash latest & edge alpine, skip it 4 years ago
  1. 2
      Dockerfile

@ -1,5 +1,5 @@
FROM alpine:latest 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++ \ && 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 \ && git clone --recursive https://github.com/tdlib/telegram-bot-api.git \
&& cd telegram-bot-api \ && cd telegram-bot-api \

Loading…
Cancel
Save