Skip to content

Commit

Permalink
fix(docker): add gcc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed May 2, 2020
1 parent 80a3170 commit eda5649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/debianx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL org.opencontainers.image.created=$BUILD_DATE \

# python3-scipy
RUN apt-get update && apt-get install --no-install-recommends -y \
python3-numpy python3-zmq python3-protobuf python3-grpcio gcc && \
python3-numpy python3-zmq python3-protobuf python3-grpcio gcc linux-headers-generic && \
apt-get autoremove && apt-get clean && rm -rf /var/lib/apt/lists/*

ENV PYTHONPATH=$PYTHONPATH:/usr/lib/python3.7/dist-packages:/usr/local/lib/python3.7/site-packages:/usr/lib/python3/dist-packages:/usr/local/lib/python3/site-packages
Expand Down

0 comments on commit eda5649

Please sign in to comment.