mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-06 10:45:30 -05:00
Merge pull request #1751 from alphagov/fix-dockerfile
Install libffi-dev and python-dev in docker
This commit is contained in:
@@ -19,6 +19,8 @@ RUN \
|
||||
build-essential \
|
||||
zip \
|
||||
libpq-dev \
|
||||
libffi-dev \
|
||||
python-dev \
|
||||
jq \
|
||||
&& echo "Clean up" \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
Reference in New Issue
Block a user