Skip to content

Commit

Permalink
Upgrade to warc2zim 2.0.0-dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed May 6, 2024
1 parent 9a7415a commit 1d54b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ COPY pyproject.toml README.md /src/
COPY src/zimit/__about__.py /src/src/zimit/__about__.py

# Install Python dependencies
RUN /app/zimit/bin/python -m pip install --no-cache-dir /src
RUN . /app/zimit/bin/activate && python -m pip install --no-cache-dir /src

# Copy code + associated artifacts
COPY src /src/src
COPY *.md /src/

# Install + cleanup
RUN /app/zimit/bin/python -m pip install --no-cache-dir /src \
RUN . /app/zimit/bin/activate && python -m pip install --no-cache-dir /src \
&& ln -s /app/zimit/bin/zimit /usr/bin/zimit \
&& chmod +x /usr/bin/zimit \
&& rm -rf /src
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"requests==2.31.0",
"inotify==0.2.10",
"tld==0.13",
"warc2zim @ git+https://github.com/openzim/warc2zim@warc2zim2-dev5",
"warc2zim @ git+https://github.com/openzim/warc2zim@warc2zim2",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

Expand Down

0 comments on commit 1d54b20

Please sign in to comment.