Skip to content

Commit

Permalink
Add cpyton to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed May 1, 2019
1 parent 8153eb4 commit 94208a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ RUN apk add --no-cache \
rsync \
openssh-client \
&& apk add --no-cache --virtual .build-dependencies \
make \
g++ \
build-base \
openssl-dev \
libffi-dev \
musl-dev \
&& export MAKEFLAGS="-j$(nproc)" \
&& pip3 install --no-cache-dir -r /usr/src/requirements.txt \
&& apk del .build-dependencies \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click==7.0
click-pathlib==2019.4.30.0
requests==2.21.0
cython==0.29.7

0 comments on commit 94208a4

Please sign in to comment.