This file contains hidden or 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 hypriot/rpi-alpine-scratch:v3.4 | |
CMD ["/bin/bash"] | |
# http://bugs.python.org/issue19846 | |
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. | |
ENV LANG C.UTF-8 | |
# gpg: key 18ADD4FF: public key "Benjamin Peterson <[email protected]>" imported | |
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF |
This file contains hidden or 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
choco install docker-machine -y | |
docker-machine create --driver virtualbox default | |
docker-machine env | Invoke-Expression |