From 9aea2b2bf61ca2311c5842908965ea631e30ba73 Mon Sep 17 00:00:00 2001 From: Terekhin Alexandr Date: Mon, 5 Apr 2021 11:37:11 +0300 Subject: [PATCH] Upgrade crash latest & edge alpine, skip it Signed-off-by: Terekhin Alexandr --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6504036..e3c814f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \