We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbddf2b commit 251c86bCopy full SHA for 251c86b
telegram-bot-api/Dockerfile
@@ -7,7 +7,6 @@ cd telegram-bot-api && rm -rf build && mkdir build && cd build && \
7
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=.. .. && \
8
cmake --build . --target install
9
10
-
11
FROM alpine:3.20
12
RUN apk update && apk upgrade
13
RUN apk add --update --no-cache openssl libstdc++
0 commit comments