Skip to content

Commit 520df69

Browse files
Install experimental extra in Docker image
1 parent c1a5f08 commit 520df69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get -qq -y update && \
1616
python -m venv /usr/local/venv && \
1717
cd /code && \
1818
python -m pip --no-cache-dir install --upgrade pip setuptools wheel && \
19-
python -m pip --no-cache-dir install '.[xmlio,contrib]' && \
19+
python -m pip --no-cache-dir install '.[xmlio,contrib,experimental]' && \
2020
python -m pip list
2121

2222
FROM base

0 commit comments

Comments
 (0)