Skip to content

Instantly share code, notes, and snippets.

@Kylmakalle
Created February 26, 2019 20:42
Show Gist options
  • Save Kylmakalle/0f47d013e2875bc313ac5fd1dfffcebb to your computer and use it in GitHub Desktop.
Save Kylmakalle/0f47d013e2875bc313ac5fd1dfffcebb to your computer and use it in GitHub Desktop.
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