Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lava
lava
Commits
3b8533a7
Commit
3b8533a7
authored
Jun 27, 2022
by
Sjoerd Simons
Committed by
Igor Ponomarev
Jul 08, 2022
Browse files
Install mozilla-django-oidc in docker container
Signed-off-by:
Sjoerd Simons
<
sjoerd@collabora.com
>
parent
77837526
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/collabora/Dockerfile
View file @
3b8533a7
...
...
@@ -31,8 +31,13 @@ COPY docker/collabora/lava-dpkg.cfg /etc/dpkg/dpkg.cfg.d/lava
RUN
apt update
&&
\
apt
install
-y
--no-install-recommends
\
/
*
.deb
\
wait-for-it
&&
\
wait-for-it
\
python3-pip
\
python3-requests
\
python3-josepy
\
python3-cryptography
&&
\
rm
/
*
deb
RUN
pip3
install
--no-deps
mozilla-django-oidc
==
"2.0.0"
# Logging env
COPY
docker/collabora/logging_env.yaml /
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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