Skip to content

Commit

Permalink
install ca-certificates from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Aug 28, 2024
1 parent ec83dae commit 747186b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM base as build

# Install packages needed to build node modules
RUN apt-get update -qq && \
apt-get install -y build-essential pkg-config python-is-python3
apt-get install -y build-essential pkg-config python-is-python3 ca-certificates

# Install pnpm and curl for dependencies in @sushiswap/chains
RUN npm install -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ primary_region = "lax"
method = "GET"
path = "/healthcheck"
protocol = "http"
tls_skip_verify = true
tls_skip_verify = false

[metrics]
port = 9090
Expand Down

0 comments on commit 747186b

Please sign in to comment.