Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbansal
Test-Docker
Commits
1e6842a4
Commit
1e6842a4
authored
Jul 30, 2019
by
Stefan Bienert
Browse files
Added library needed to talk to postgres to the Django/ Celery container.
parent
afc763f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Docker/cathapi/Dockerfile
View file @
1e6842a4
...
...
@@ -26,6 +26,7 @@ RUN apt-get update && \
# +81MB gcc
gcc \
libc-dev \
libpq5 \
libpq-dev && \
/bin/rm -rf /var/lib/apt/lists/* && \
# Install Python dependencies
...
...
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