Skip to content

Commit

Permalink
fix: Docker ssh error (run-llama#89) (run-llama#90)
Browse files Browse the repository at this point in the history
Add installation for ca-certificates.
  • Loading branch information
tolgayan committed Apr 22, 2024
1 parent cba70cd commit 7fc6631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ---- Build Stage ----
FROM node:18-bookworm-slim AS build

# Install ca-certificates. Issue: #89
RUN apt-get update
RUN apt-get install -y ca-certificates

# Set the working directory
WORKDIR /usr/src/app

Expand Down

0 comments on commit 7fc6631

Please sign in to comment.