Skip to content

Commit

Permalink
fix: Fix timeouts inside docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Jun 24, 2022
1 parent 08288d9 commit a08f052
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ FROM ubuntu:focal AS runner
LABEL org.opencontainers.image.description="Cheqd DID-Resolver runner"
LABEL org.opencontainers.image.source="https://github.com/cheqd/did-resolver"

# Install certificates
RUN apt update && apt -y --no-install-recommends install \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

# Set user details
ARG UID=1000
Expand Down

0 comments on commit a08f052

Please sign in to comment.