Skip to content

Commit

Permalink
Install ca-certificates for importers to work (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
tevino committed Dec 4, 2021
1 parent 93a6515 commit 12eb65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -64,7 +64,7 @@ RUN go run make.go --sqlite=true -v
FROM debian:stretch

RUN apt-get update && apt-get install -y --no-install-recommends \
libsqlite3-dev && rm -rf /var/lib/apt/lists/*
libsqlite3-dev ca-certificates && rm -rf /var/lib/apt/lists/*

RUN mkdir -p /home/keepy/bin
ENV HOME /home/keepy
Expand Down

0 comments on commit 12eb65d

Please sign in to comment.