From c850dd1462be39ec091f0beaefa568fd3567b8c0 Mon Sep 17 00:00:00 2001 From: Eldar Gabdullin Date: Fri, 29 Sep 2023 01:17:36 +0300 Subject: [PATCH] fix docker build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7e5a3d741..622be705e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apk add g++ make python3 WORKDIR /squid ADD . . RUN node common/scripts/install-run-rush.js install +RUN rm common/config/rush/build-cache.json RUN node common/scripts/install-run-rush.js build