Skip to content

Commit

Permalink
Add ca-certificates to processor Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 28, 2023
1 parent a3278df commit 92cebcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92cebcd

Please sign in to comment.