ayushkhare12

Untitled

Aug 20th, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. RUN apk add --no-cache --virtual .build-deps gcc musl-dev
  2. RUN pip install cython
  3. RUN apk del .build-deps gcc musl-dev
Add Comment
Please, Sign In to add comment