Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
petitminion
funkwhale
Commits
f1e86e4c
Commit
f1e86e4c
authored
Dec 13, 2021
by
JuniorJPDJ
Browse files
Fix docker pinned dependency
parent
f5cc8a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/Dockerfile
View file @
f1e86e4c
...
...
@@ -36,7 +36,7 @@ RUN \
echo
'installing pip requirements'
&&
\
pip3
install
--upgrade
pip
&&
\
pip3
install
setuptools wheel
&&
\
pip3
install
-r
/requirements/base.txt
cryptography
=
3.3.2
&&
\
pip3
install
-r
/requirements/base.txt
cryptography
=
=
3.3.2
&&
\
rm
-rf
$PIP_DOWNLOAD_CACHE
ARG
install_dev_deps=0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment