mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Install libffi-dev and python-dev in docker
This is to allow us to build cffi
This commit is contained in:
@@ -19,6 +19,8 @@ RUN \
|
|||||||
build-essential \
|
build-essential \
|
||||||
zip \
|
zip \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
|
libffi-dev \
|
||||||
|
python-dev \
|
||||||
jq \
|
jq \
|
||||||
&& echo "Clean up" \
|
&& echo "Clean up" \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||||
|
|||||||
Reference in New Issue
Block a user