Skip to content

Commit

Permalink
feat: Add ca-certificates package to ftl-runner image (#1980)
Browse files Browse the repository at this point in the history
Runner applications egress to internet applications today, requiring
basic CA bundles to be present.
  • Loading branch information
AlexSzlavik authored Jul 5, 2024
1 parent bf4539f commit a6ce607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN just build ftl

# Finally create the runtime image.
FROM ubuntu:24.04
RUN apt-get update
RUN apt-get install -y ca-certificates

WORKDIR /root/

Expand Down

0 comments on commit a6ce607

Please sign in to comment.