chore(trading): maintenance on ipfs build process (#4736)

This commit is contained in:
Edd
2023-09-08 10:50:19 -07:00
committed by GitHub
parent db19ee80ac
commit f810a3a0b1
5 changed files with 27 additions and 174 deletions
+1 -2
View File
@@ -6,12 +6,11 @@ WORKDIR /app
ARG APP
ARG ENV_NAME=""
RUN apk add --update --no-cache \
python3==3.10.11-r0 \
make==4.3-r0 \
gcc==11.2.1_git20220219-r2 \
g++==11.2.1_git20220219-r2
COPY . ./
RUN yarn --network-timeout 100000 --pure-lockfile
RUN yarn --pure-lockfile
# work around for different build process in trading
RUN sh docker/docker-build.sh