Skip to content
Snippets Groups Projects
Unverified Commit 8ef0691e authored by Uladzimir Havenchyk's avatar Uladzimir Havenchyk Committed by GitHub
Browse files

fix: install frontend dependencies in dockerfile (#45802)

* fix: install frontend dependencies in dockerfile

* do not skip optional deps
parent f4a93cba
No related merge requests found
......@@ -19,6 +19,9 @@ COPY . .
# version is pulled from git, but git doesn't trust the directory due to different owners
RUN git config --global --add safe.directory /home/node
# install frontend dependencies
RUN yarn --frozen-lockfile
RUN INTERACTIVE=false CI=true MB_EDITION=$MB_EDITION bin/build.sh :version ${VERSION}
# ###################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment