Skip to content

Commit

Permalink
fix: pkg-config dependency in Dockerfile (apache#27855)
Browse files Browse the repository at this point in the history
Co-authored-by: Insider <[email protected]>
  • Loading branch information
2 people authored and EnxDev committed Apr 12, 2024
1 parent b24813b commit 60904bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/no-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60904bc

Please sign in to comment.