Skip to content

Commit

Permalink
base container: add make
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Feb 6, 2019
1 parent dfae313 commit 66c63d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.base
Expand Up @@ -6,10 +6,11 @@ COPY install_maven.sh /

RUN yum install https://centos7.iuscommunity.org/ius-release.rpm

# needed only to run examples: zip, wheel
# needed only to run examples: zip
RUN yum install \
gcc \
gcc-c++ \
make \
python-devel \
python-pip \
python36u-devel \
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
@@ -1,4 +1,6 @@
avro >=1.7.4; python_version < '3'
avro-python3 >=1.7.4; python_version >= '3'
setuptools

# examples
wheel

0 comments on commit 66c63d4

Please sign in to comment.