mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #28912 from overleaf/msm-fix-certs-build
Fix `certs` image build GitOrigin-RevId: 02af78b29915276d55e86001a1cdc4703fc830b5
This commit is contained in:
@@ -128,7 +128,7 @@ services:
|
||||
build:
|
||||
dockerfile_inline: |
|
||||
FROM node:22.18.0
|
||||
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-$(dpkg --print-architecture)"
|
||||
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-"`dpkg --print-architecture`
|
||||
RUN chmod +x /certgen
|
||||
volumes:
|
||||
- minio-certs:/certs
|
||||
|
||||
Reference in New Issue
Block a user