Skip to content

Instantly share code, notes, and snippets.

@jait
Created March 25, 2019 09:02
Show Gist options
  • Save jait/8252b6b7796f37b50412e89129c9d3ea to your computer and use it in GitHub Desktop.
Save jait/8252b6b7796f37b50412e89129c9d3ea to your computer and use it in GitHub Desktop.
k3s-blog / Dockerfile.arm
FROM arm32v7/alpine:latest
COPY --from=biarms/qemu-bin /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
# commands to build your app go here…
# e.g. RUN apk add --update <pkgs that you need…>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment