mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Add ca-certs to dockerfile for volume mount.
This commit is contained in:
parent
1aba7f49b1
commit
bc3a8ee481
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ FROM ubuntu:20.10
|
|||
|
||||
# Install libpq for postgres
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y libpq-dev
|
||||
RUN apt-get install -y libpq-dev ca-certificates
|
||||
|
||||
# Copy resources
|
||||
COPY --from=rust /app/lemmy_server /app/lemmy
|
||||
|
|
Loading…
Reference in a new issue