Skip to content

Commit a832654

Browse files
authored
Merge pull request #91 from Resgrid/develop
RD-T39 Build fix
2 parents bb85307 + 79c0c22 commit a832654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN apk add --no-cache python3 make g++
1010
# Copy package files
1111
COPY package.json yarn.lock ./
1212

13-
# Install dependencies
14-
RUN yarn install --frozen-lockfile
13+
# Install dependencies (increased timeout for slow networks/ARM64 builds)
14+
RUN yarn install --frozen-lockfile --network-timeout 600000
1515

1616
# Copy source code
1717
COPY . .

0 commit comments

Comments
 (0)