Skip to content

Commit

Permalink
Add libfff-dev (per gliderlabs/docker-alpine#297), rust and cargo for…
Browse files Browse the repository at this point in the history
… pycryptodome
  • Loading branch information
fe-ebroad committed Mar 17, 2021
1 parent 9286978 commit 4e28470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /opt/hxtool
# TODO: should be converted to a script
COPY requirements.txt ./
RUN apk add --no-cache libstdc++ \
&& apk add --no-cache --virtual .build-dependencies build-base gcc abuild binutils binutils-doc gcc-doc postgresql-dev python3-dev \
&& apk add --no-cache --virtual .build-dependencies build-base gcc abuild binutils binutils-doc gcc-doc postgresql-dev python3-dev libffi-dev rust cargo \
&& pip install numpy psycopg2 pymongo --no-cache-dir \
&& pip install --no-cache-dir -r requirements.txt \
&& find /usr/local/lib/python3.6/site-packages/pandas -type f -name *.so -exec strip {} \; \
Expand Down

0 comments on commit 4e28470

Please sign in to comment.