diff --git a/web.Dockerfile b/web.Dockerfile index f63849e..4bcf338 100644 --- a/web.Dockerfile +++ b/web.Dockerfile @@ -1,5 +1,7 @@ # Dockerfile FROM ubuntu:24.04 +# Install ca-certificates +RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* WORKDIR /app RUN ls -alht COPY doggo-web.bin .