Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-eidaauth
Commits
620e73e6
Commit
620e73e6
authored
Jun 15, 2021
by
Jonathan Schaeffer
Browse files
Missing lib in docker container
parent
f200d592
Pipeline
#69050
passed with stage
in 13 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
620e73e6
...
...
@@ -5,7 +5,7 @@ RUN pip3 install --no-cache-dir -r /requirements.txt
FROM
python:3.9-slim
MAINTAINER
RESIF DC <resif-dc@univ-grenoble-alpes.fr>
RUN
apt-get update
&&
apt-get
-y
install
gnupg
RUN
apt-get update
&&
apt-get
-y
install
gnupg
libpq5
COPY
setup/gpghome /gpghome
COPY
--from=build /usr/local/lib/python3.9/site-packages/ /usr/local/lib/python3.9/site-packages
RUN
pip3
install
--no-cache-dir
gunicorn
...
...
Write
Preview
Markdown
is supported
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