Skip to content

Commit

Permalink
Fixed python package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Jan 16, 2024
1 parent d6c26a6 commit 564fdbb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions images/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ RUN curl -L "https://github.com/github/hub/releases/download/v${HUB_VERSION}/hub
chmod +x /tmp/hub-linux-386-${HUB_VERSION}/bin/hub && \
mv /tmp/hub-linux-386-${HUB_VERSION}/bin/hub /usr/local/bin

# Install Python dependencies not available in apk.
RUN pip install --ignore-installed \
flake8 \
yamllint \
ansible-lint \
boto3

## Install required PHP extensions for Drupal
## Install required PHP extensions for Drupal and python packages.
RUN apk add --no-cache \
py3-flake8 \
py3-ansible-lint \
py3-boto3 \
yamllint \
libpng \
libpng-dev \
libjpeg-turbo-dev \
Expand Down

0 comments on commit 564fdbb

Please sign in to comment.