2ch commited on
Commit
7610aaf
1 Parent(s): e7e2710

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM alpine:latest
2
  RUN apk add --no-cache curl
3
  WORKDIR /app
 
4
  RUN curl -s https://api.github.com/repos/gniloyprolaps/telegram-bot-api-builds/releases/latest \
5
  | grep "browser_download_url.*telegram-bot-api" \
6
  | cut -d '"' -f 4 \
 
1
  FROM alpine:latest
2
  RUN apk add --no-cache curl
3
  WORKDIR /app
4
+ # скачивание свежего автобилда:
5
  RUN curl -s https://api.github.com/repos/gniloyprolaps/telegram-bot-api-builds/releases/latest \
6
  | grep "browser_download_url.*telegram-bot-api" \
7
  | cut -d '"' -f 4 \