Skip to content

Commit

Permalink
Install experimental extra in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 10, 2023
1 parent c1a5f08 commit 520df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get -qq -y update && \
python -m venv /usr/local/venv && \
cd /code && \
python -m pip --no-cache-dir install --upgrade pip setuptools wheel && \
python -m pip --no-cache-dir install '.[xmlio,contrib]' && \
python -m pip --no-cache-dir install '.[xmlio,contrib,experimental]' && \
python -m pip list

FROM base
Expand Down

0 comments on commit 520df69

Please sign in to comment.