Skip to content

Commit 0209b01

Browse files
authored
Update dockerfile-captain.edge
1 parent 66f3ef2 commit 0209b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfile-captain.edge

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN npm ci && \
2121
ADD https://www.google.com /time.now
2222

2323
# armV7 fails: https://github.com/yarnpkg/yarn/issues/5259 https://github.com/nodejs/docker-node/issues/1335
24-
RUN curl -Iv https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.1.0.tgz && \
24+
# RUN curl -Iv https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.1.0.tgz && \
25+
RUN curl -Iv https://registry.yarnpkg.com/ && \
2526
mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
2627
git clone https://github.com/githubsaturn/caprover-frontend.git && \
2728
cd caprover-frontend && \

0 commit comments

Comments
 (0)