Skip to content

Instantly share code, notes, and snippets.

@manchoz
Created December 15, 2016 19:03
Show Gist options
  • Save manchoz/1ecedbf98bdb1ee939921353b63ea602 to your computer and use it in GitHub Desktop.
Save manchoz/1ecedbf98bdb1ee939921353b63ea602 to your computer and use it in GitHub Desktop.
FROM container4armhf/armhf-alpine
COPY qemu-arm-static /usr/bin/
RUN apk --update add python3
RUN rm /usr/bin/qemu-arm-static
CMD ["/bin/sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment