Skip to content

Commit

Permalink
fix: add ca-certificates in doggo-web
Browse files Browse the repository at this point in the history
closes #132
  • Loading branch information
mr-karan committed Jul 3, 2024
1 parent be42d53 commit bac8555
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 .
Expand Down

0 comments on commit bac8555

Please sign in to comment.