mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Add ca-certificates to processor Docker image
This commit is contained in:
parent
a3278dfb31
commit
92cebcd911
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ COPY --from=mimalloc libmimalloc.so /usr/lib
|
|||
RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload
|
||||
|
||||
# Upgrade packages and install openssl
|
||||
RUN apt update && apt upgrade -y && apt install -y libssl-dev
|
||||
RUN apt update && apt upgrade -y && apt install -y ca-certificates libssl-dev
|
||||
|
||||
# Switch to a non-root user
|
||||
RUN useradd --system --create-home --shell /sbin/nologin processor
|
||||
|
|
Loading…
Reference in a new issue