Skip to content

Commit

Permalink
fix: Update dev dependencies for lxml | NPG-0000 (#514)
Browse files Browse the repository at this point in the history
# Description

Updates earthly build step for ideascale-importer to include lxml system
dependencies.

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)

**List of new dependencies**: libxslt-dev libxml2-dev lib32z1-dev



## Checklist

- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my code
  • Loading branch information
saibatizoku authored Aug 14, 2023
1 parent 3b9b0a5 commit 46e1a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/ideascale-importer/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

# Install system dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends curl
apt-get install -y --no-install-recommends curl build-essential libxml2-dev libxslt-dev lib32z1-dev python3-lxml

# Install Poetry
RUN curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 46e1a7b

Please sign in to comment.