kmk_firmware/Dockerfile_base
2019-07-24 21:25:10 -07:00

10 lines
326 B
Docker

# vim: ft=dockerfile
# Not using python:3.7 here because team-gcc-arm-embedded/ppa does not support
# Ubuntu Cosmic or Debian Stretch, and Alpine, bizarrely, does not seem to
# package GCC cross compilers
FROM python:3.7-alpine
RUN apk update && apk add alpine-sdk curl wget openssh rsync git git-lfs
RUN pip install pipenv