diff --git a/services/filestore/docker-compose.ci.yml b/services/filestore/docker-compose.ci.yml index 5dfcd5f115..c9660b92a5 100644 --- a/services/filestore/docker-compose.ci.yml +++ b/services/filestore/docker-compose.ci.yml @@ -70,7 +70,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 diff --git a/services/filestore/docker-compose.yml b/services/filestore/docker-compose.yml index b866903ad6..1e92c9b464 100644 --- a/services/filestore/docker-compose.yml +++ b/services/filestore/docker-compose.yml @@ -78,7 +78,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 diff --git a/services/history-v1/docker-compose.ci.yml b/services/history-v1/docker-compose.ci.yml index 99b67c60d7..ba1208f85d 100644 --- a/services/history-v1/docker-compose.ci.yml +++ b/services/history-v1/docker-compose.ci.yml @@ -120,7 +120,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 diff --git a/services/history-v1/docker-compose.yml b/services/history-v1/docker-compose.yml index 3b81bda8c5..0713873909 100644 --- a/services/history-v1/docker-compose.yml +++ b/services/history-v1/docker-compose.yml @@ -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