Skip to content

Commit 251c86b

Browse files
authored
Update Dockerfile
1 parent cbddf2b commit 251c86b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

telegram-bot-api/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cd telegram-bot-api && rm -rf build && mkdir build && cd build && \
77
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=.. .. && \
88
cmake --build . --target install
99

10-
1110
FROM alpine:3.20
1211
RUN apk update && apk upgrade
1312
RUN apk add --update --no-cache openssl libstdc++

0 commit comments

Comments
 (0)