From 83abf5e675a0e5f93d495ef8d1e13f9f24b570e1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 2 Apr 2024 13:36:13 -0700 Subject: [PATCH] fix: pkg-config dependency in Dockerfile (#27855) Co-authored-by: Insider --- .github/workflows/no-op.yml | 8 ++++---- Dockerfile | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/no-op.yml b/.github/workflows/no-op.yml index 2dbd82eb384d5..9cc9e8bec3376 100644 --- a/.github/workflows/no-op.yml +++ b/.github/workflows/no-op.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 61b16677e197d..562046224a207 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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