Created
February 26, 2019 20:42
-
-
Save Kylmakalle/0f47d013e2875bc313ac5fd1dfffcebb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.6-alpine3.7 | |
RUN apk update && \ | |
apk add --no-cache ca-certificates mongodb-tools alpine-sdk openssl && \ | |
pip3 install b2 sh requests --no-cache-dir -q --compile && \ | |
rm -rf /var/cache/apk/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment