Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from gromenauer/patch-1
Browse files Browse the repository at this point in the history
Avoid creating inmutable /home/manga/.cache
  • Loading branch information
1271 authored Apr 10, 2020
2 parents 6f71457 + a2ca790 commit 687b17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN set -ex \
\
&& python3 --version \
# Because it requires gcc
&& python3 -mpip install manga-py -U \
&& python3 -mpip install manga-py --upgrade --no-cache-dir \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
Expand Down

0 comments on commit 687b17a

Please sign in to comment.