Skip to content

Commit

Permalink
🐳 Update Dockerfile to use 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNIT0 committed Jun 4, 2019
1 parent 49c2e99 commit 83f80eb
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 @@ -6,7 +6,7 @@ RUN apt update && apt install -y --no-install-recommends make g++ curl git
# Install mwoffliner
RUN apt install -y --no-install-recommends imagemagick
RUN npm --global config set user root
RUN npm install -g mwoffliner@1.8.6
RUN npm install -g mwoffliner@1.9.1
RUN apt remove -y make g++

# Boot commands
Expand Down

0 comments on commit 83f80eb

Please sign in to comment.