Ещё такой вопрос, пытаюсь поставить бота inCaller/prometheus_bot:
git clone
https://github.com/inCaller/prometheus_botcd prometheus_bot
Дальше запускаю либо:
docker build -t prometheus_bot:telegram_bot .
Либо:
docker build -f /home/stb/prometheus_bot/Dockerfile .
В конце выполнения получаю ошибку:
The command '/bin/sh -c cd / && apk update && apk add --no-cache git ca-certificates make tzdata && git clone
https://github.com/inCaller/prometheus_bot && cd prometheus_bot && go get -d -v && CGO_ENABLED=0 GOOS=linux go build -v -a -installsuffix cgo -o prometheus_bot' returned a non-zero code: 2
В Dockerfile изменения не вносил. В чем может быть проблема?