mirror of https://github.com/perkeep/perkeep.git
Install ca-certificates for importers to work (#1578)
This commit is contained in:
parent
93a6515db8
commit
12eb65dbf9
|
@ -64,7 +64,7 @@ RUN go run make.go --sqlite=true -v
|
||||||
FROM debian:stretch
|
FROM debian:stretch
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
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
|
RUN mkdir -p /home/keepy/bin
|
||||||
ENV HOME /home/keepy
|
ENV HOME /home/keepy
|
||||||
|
|
Loading…
Reference in New Issue