Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json .
COPY yarn.lock .

RUN apt-get update && \
apt-get install -y python3 make g++
apt-get install -y python3 make g++ jq
RUN yarn --prod --network-timeout 3000000

COPY --chown=cfu --chmod=775 . .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json .
COPY yarn.lock .

RUN apt-get update && \
apt-get install -y python3 make g++
apt-get install -y python3 make g++ jq
RUN yarn --prod --network-timeout 3000000

COPY --chown=cfu --chmod=775 . .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json .
COPY yarn.lock .

RUN apt-get update && \
apt-get install -y python3 make g++
apt-get install -y python3 make g++ jq
RUN yarn --prod --network-timeout 3000000

COPY --chown=cfu --chmod=775 . .
Expand Down