Skip to content

Commit

Permalink
add chromium-browser for puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
falgon committed Sep 10, 2024
1 parent da3093b commit 2232976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install tools
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: libxml2-utils
packages: libxml2-utils chromium-browser
version: 1.0
- name: Setup Stack
if: steps.site-gen-cache.outputs.cache-hit != 'true' && steps.stack-cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install tools
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: libxml2-utils parallel
packages: libxml2-utils parallel chromium-browser
version: 1.0
- name: Setup Stack
if: steps.site-gen-cache.outputs.cache-hit != 'true' && steps.stack-cache.outputs.cache-hit != 'true'
Expand Down
1 change: 1 addition & 0 deletions docker/contents/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN sed -i 's@archive.ubuntu.com@ftp.jaist.ac.jp/pub/Linux@g' /etc/apt/sources.l
ca-certificates \
language-pack-ja \
git \
chromium-browser \
&& apt-get -y -qq autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
1 change: 1 addition & 0 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN sed -i 's@archive.ubuntu.com@ftp.jaist.ac.jp/pub/Linux@g' /etc/apt/sources.l
build-essential \
curl \
ca-certificates \
chromium-browser \
language-pack-ja \
libtinfo-dev \
git \
Expand Down

0 comments on commit 2232976

Please sign in to comment.