Skip to content

Instantly share code, notes, and snippets.

@k0d
Created May 15, 2020 23:32
Show Gist options
  • Save k0d/09bdeb17f3bc89b4a3676a410328968e to your computer and use it in GitHub Desktop.
Save k0d/09bdeb17f3bc89b4a3676a410328968e to your computer and use it in GitHub Desktop.
example docker image
FROM alpine:3.11
RUN apk add gcc-arm-none-eabi gettext
RUN pip install requests sh click setuptools awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment