Skip to content

Instantly share code, notes, and snippets.

@JeffLabonte
Created September 23, 2019 22:08
Show Gist options
  • Save JeffLabonte/2ab4efbaed797b83110a58e05e967055 to your computer and use it in GitHub Desktop.
Save JeffLabonte/2ab4efbaed797b83110a58e05e967055 to your computer and use it in GitHub Desktop.
ADD http://example.com/big.tar.xz /usr/src/things/
RUN tar -xJf /usr/src/things/big.tar.xz -C /usr/src/things
RUN make -C /usr/src/things all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment