Skip to content

Commit

Permalink
Added requirements listing file for more stable install
Browse files Browse the repository at this point in the history
Added suggested improvements to Dockerfile based on Debian image
  • Loading branch information
jonasbn committed Jun 4, 2020
1 parent 2149362 commit fd87a86
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ LABEL "homepage"="http://github.com/actions"
LABEL "maintainer"="rojopolis <rojo@deba.cl>"

RUN apt-get update \
&& apt-get install -y aspell \
&& apt-get install -y --no-install-recommends aspell \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install pyspelling
RUN pip3 install -r requirements.txt

COPY spellcheck.yaml /spellcheck.yaml

Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
backrefs==4.3
beautifulsoup4==4.9.1
bracex==2.0
html5lib==1.0.1
lxml==4.5.1
Markdown==3.2.2
pyspelling==2.6
PyYAML==5.3.1
six==1.15.0
soupsieve==2.0.1
wcmatch==6.0.1
webencodings==0.5.1

0 comments on commit fd87a86

Please sign in to comment.