Skip to content

Commit

Permalink
feat: adding curl to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marlapativ committed Jul 31, 2024
1 parent 47ba842 commit 5ab85d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN go test -v ./...
FROM ubuntu:24.04
RUN ["apt-get", "update"]
RUN ["apt-get", "install", "ca-certificates", "-y"]
RUN ["apt-get", "install", "curl", "-y"]
COPY --from=builder /bin/webapp /bin/webapp
ENTRYPOINT ["/bin/webapp"]

0 comments on commit 5ab85d1

Please sign in to comment.