Add openssl to CCP API container for certificate generation
The certificate service uses openssl CLI to generate CA and agent certs. Alpine base image doesn't include it by default. Bunker Admin
This commit is contained in:
parent
38ccaa8a5b
commit
513b8cfea5
@ -1,7 +1,7 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
# Install Docker CLI (needed to manage instance containers) + rsync (for provisioning)
|
||||
RUN apk add --no-cache docker-cli docker-cli-compose rsync
|
||||
# Install Docker CLI (needed to manage instance containers), rsync (provisioning), openssl (cert generation)
|
||||
RUN apk add --no-cache docker-cli docker-cli-compose rsync openssl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user