Skip to content

Commit

Permalink
Re-enable chromium download
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcondit committed Feb 20, 2025
1 parent ab51422 commit a68a1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY *.json *.js *.yaml .browserslistrc /work/
COPY src /work/src/

RUN npm install -g pnpm
RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 pnpm i
RUN pnpm i
RUN pnpm build:prod

# Imagestage: use scratch base image
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ tools: $(PNPM_BIN) $(NG_BIN) $(GOLANGCI_LINT_BIN)
# Install deps
.PHONY: deps
deps: tools
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 && $(PNPM_BIN) i
$(PNPM_BIN) i

# Install pnpm
$(PNPM_BIN):
Expand Down

0 comments on commit a68a1ac

Please sign in to comment.