Skip to content

Commit

Permalink
Install recommend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
greenfrontend committed Dec 5, 2020
1 parent d93c57c commit f88463c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# prevent puppeteer from extra chrome download
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action install "google-chrome-unstable" and then runs command that you spec

```yaml
- name: Run Screenshot Test
uses: greenfrontend/actions-unstable-chrome@v11
uses: greenfrontend/actions-unstable-chrome@v12
with:
command: 'node index.js'
```

0 comments on commit f88463c

Please sign in to comment.