Skip to content

Commit

Permalink
AP-4314: CYC, remove duplicate packages from docker setup
Browse files Browse the repository at this point in the history
Clean as You Code: the following apk packages were being added twice:
ttf-freefont
nodejs
yarn
  • Loading branch information
naseberry committed Sep 7, 2023
1 parent b67a508 commit e5228b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/apply_base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ RUN apk add --no-cache \
nss \
freetype \
harfbuzz \
ca-certificates \
ttf-freefont \
nodejs \
yarn
ca-certificates

# Tell Puppeteer to skip installing Chrome. We'll be using the installed package.
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
Expand Down

0 comments on commit e5228b1

Please sign in to comment.