diff --git a/packages/api-gateway/Dockerfile b/packages/api-gateway/Dockerfile index a7cf8ebe7..41792bbb0 100644 --- a/packages/api-gateway/Dockerfile +++ b/packages/api-gateway/Dockerfile @@ -1,7 +1,7 @@ FROM node:16.15.1-alpine AS builder # Install dependencies for building native libraries -RUN apk add --update git openssh-client python3 alpine-sdk +RUN apk add --update git openssh-client curl python3 alpine-sdk WORKDIR /workspace diff --git a/packages/auth/Dockerfile b/packages/auth/Dockerfile index b878705d6..88e0c9ed7 100644 --- a/packages/auth/Dockerfile +++ b/packages/auth/Dockerfile @@ -1,7 +1,7 @@ FROM node:16.15.1-alpine AS builder # Install dependencies for building native libraries -RUN apk add --update git openssh-client python3 alpine-sdk +RUN apk add --update git openssh-client curl python3 alpine-sdk WORKDIR /workspace diff --git a/packages/files/Dockerfile b/packages/files/Dockerfile index e56faf86e..48a0b5c7b 100644 --- a/packages/files/Dockerfile +++ b/packages/files/Dockerfile @@ -1,7 +1,7 @@ FROM node:16.15.1-alpine AS builder # Install dependencies for building native libraries -RUN apk add --update git openssh-client python3 alpine-sdk +RUN apk add --update git openssh-client curl python3 alpine-sdk WORKDIR /workspace diff --git a/packages/scheduler/Dockerfile b/packages/scheduler/Dockerfile index efc809af5..c971a4108 100644 --- a/packages/scheduler/Dockerfile +++ b/packages/scheduler/Dockerfile @@ -1,7 +1,7 @@ FROM node:16.15.1-alpine AS builder # Install dependencies for building native libraries -RUN apk add --update git openssh-client python3 alpine-sdk +RUN apk add --update git openssh-client curl python3 alpine-sdk WORKDIR /workspace diff --git a/packages/syncing-server/Dockerfile b/packages/syncing-server/Dockerfile index 30ff10104..4e8b23734 100644 --- a/packages/syncing-server/Dockerfile +++ b/packages/syncing-server/Dockerfile @@ -1,7 +1,7 @@ FROM node:16.15.1-alpine AS builder # Install dependencies for building native libraries -RUN apk add --update git openssh-client python3 alpine-sdk +RUN apk add --update git openssh-client curl python3 alpine-sdk WORKDIR /workspace