Skip to content

Commit 64fd8c9

Browse files
fix: update ingester dockerfile to add certificat installation
1 parent e92ec3e commit 64fd8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ services:
2626
dockerfile: backend.dockerfile
2727
ports:
2828
- 3001:3001
29-
extra_hosts:
30-
- host.docker.internal:host-gateway
3129
env_file:
3230
- packages/backend/.env
3331
depends_on:

ingester.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN pnpm install --frozen-lockfile
2121
RUN npm install -g turbo
2222

2323
# Install Antora
24+
RUN apt update && apt install -y ca-certificates openssl
25+
2426
RUN npm install -g @antora/cli @antora/site-generator
2527

2628
# Install mdbook

0 commit comments

Comments
 (0)