fix: pkg-config dependency in Dockerfile (#27855)

Co-authored-by: Insider <ziglee@mail.ru>
This commit is contained in:
Maxime Beauchemin 2024-04-02 13:36:13 -07:00 committed by GitHub
parent 3a34c7ff7c
commit 9fea3154fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@ jobs:
python-lint:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for python-lint
@ -55,7 +55,7 @@ jobs:
test-postgres-hive:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for frontend-build
@ -65,7 +65,7 @@ jobs:
test-postgres-presto:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for frontend-build
@ -75,7 +75,7 @@ jobs:
unit-tests:
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.9", "3.10"]
runs-on: ubuntu-latest
steps:
- name: No-op for frontend-build

View File

@ -119,6 +119,7 @@ RUN apt-get update -qq \
libasound2 \
libxtst6 \
wget \
pkg-config \
# Install GeckoDriver WebDriver
&& wget -q https://github.com/mozilla/geckodriver/releases/download/${GECKODRIVER_VERSION}/geckodriver-${GECKODRIVER_VERSION}-linux64.tar.gz -O - | tar xfz - -C /usr/local/bin \
# Install Firefox