Skip to content

Commit

Permalink
add some dev and packaging dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Jul 30, 2020
1 parent 5db93c2 commit 3a2679a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ RUN ulimit -n 1024 && yum -y update && yum -y install \
python36 \
python36-pip \
python36-devel \
jq \
nano \
unzip \
zip \
&& yum clean all

Expand Down

0 comments on commit 3a2679a

Please sign in to comment.