Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 9, 2024
1 parent e304e25 commit 5713ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions angular/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COPY --from=git /app/source /app/source/

RUN <<EOF
set -e
apt update
apt install -y libnss3
cd /app/source/
yarn install --frozen-lockfile --non-interactive
# yarn bazel build //adev:build --fast_adev --config=release --verbose_failures=true --sandbox_debug
Expand Down

0 comments on commit 5713ab0

Please sign in to comment.