Skip to content

Commit

Permalink
feat: add ca-certificates for docker (fix: #1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 15, 2022
1 parent d9f0603 commit e3b213c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ LABEL MAINTAINER="[email protected]"
VOLUME /opt/alist/data/
WORKDIR /opt/alist/
COPY --from=builder /app/bin/alist ./
RUN apk add ca-certificates
EXPOSE 5244
CMD [ "./alist", "server", "--no-prefix" ]

0 comments on commit e3b213c

Please sign in to comment.