Skip to content

Commit

Permalink
pin cryptography requirement to before it required RUST, update node …
Browse files Browse the repository at this point in the history
…from 10->12
  • Loading branch information
lardbit committed Nov 10, 2021
1 parent 3ca0ac8 commit 6c5a614
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3.8-gdbm \
libpq5 \
libpq-dev \
libffi-dev \
libssl-dev \
virtualenv \
gnupg \
curl \
git \
authbind \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install nodejs -y \
&& npm --prefix frontend install \
&& npm --prefix frontend run build-prod \
Expand All @@ -41,6 +43,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3.8-venv \
python3.8-dev \
libpq-dev \
libffi-dev \
virtualenv \
curl \
gnupg \
Expand Down
1 change: 1 addition & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ celery-once==3.0.1
Unidecode==1.1.2
psycopg2==2.8.6
apprise==0.9.5.1
cryptography<3.4 # without rust requirement

0 comments on commit 6c5a614

Please sign in to comment.