Skip to content

Instantly share code, notes, and snippets.

@acmlira
Created August 21, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acmlira/5b5e1c70c50fc2ae2d36dd8aaa4b61d6 to your computer and use it in GitHub Desktop.
Save acmlira/5b5e1c70c50fc2ae2d36dd8aaa4b61d6 to your computer and use it in GitHub Desktop.
#!docker
ARG AARCH=arm32v7
FROM ${AARCH}/ubuntu
RUN apt-get update && apt-get install build-essential cmake --no-install-recommends
WORKDIR /build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment