Install ca-certificates for importers to work (#1578)

This commit is contained in:
Tevin 2021-12-05 04:41:19 +08:00 committed by GitHub
parent 93a6515db8
commit 12eb65dbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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