Skip to content

Commit

Permalink
Add curl to Dockerfile
Browse files Browse the repository at this point in the history
Curl was added with a RUN command in our Dockerfile for the tgkotbot project. This was necessary for allowing us to send HTTP requests within our bot container, enhancing functionality.
  • Loading branch information
IRus committed Aug 21, 2023
1 parent 6b8a6a5 commit 6af12a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tgkotbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM bellsoft/liberica-openjre-alpine:17.0.8
RUN apk --no-cache add curl
COPY /build/install/kotbot /kotbot
ENTRYPOINT /kotbot/bin/kotbot

0 comments on commit 6af12a2

Please sign in to comment.