Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent 7853620 commit 7127368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
persist-credentials: false

# setup xvfb
- run: sudo apt-get update && sudo apt-get install -y xvfb x11-xserver-utils xauth unzip
- run: sudo apt-get update && sudo apt-get install -y xvfb x11-xserver-utils xauth

# setup firefox
- uses: browser-actions/setup-firefox@v1
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARG PHP_VERSION=8.1
ARG PHP_TYPE=apache
FROM "php:$PHP_VERSION-$PHP_TYPE" AS base

RUN apt-get update && apt-get install -y --no-install-recommends libfreetype6 zlib1g-dev libjpeg-dev libpng-dev
RUN apt-get update && apt-get install -y --no-install-recommends libfreetype6 zlib1g-dev libjpeg-dev libpng-dev unzip

RUN docker-php-ext-install mysqli pdo pdo_mysql gd

0 comments on commit 7127368

Please sign in to comment.