Skip to content

Commit

Permalink
docd: install ca-certificates (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram authored Sep 20, 2022
1 parent 1875c84 commit 6d3950a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FROM debian:11-slim AS docd

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
lynx \
poppler-utils \
tidy \
Expand All @@ -19,6 +20,8 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN update-ca-certificates

EXPOSE 8888

COPY --from=build /bin/docd /docd
Expand Down

0 comments on commit 6d3950a

Please sign in to comment.