Skip to content

Instantly share code, notes, and snippets.

Created November 16, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/0b06e6ed6da26a821949 to your computer and use it in GitHub Desktop.
Save anonymous/0b06e6ed6da26a821949 to your computer and use it in GitHub Desktop.
stdin
# Dockerfile
FROM debian:stretch
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
build-essential \
make \
curl \
boxer \
cpio \
u-boot-tools \
fusefat \
git \
lsb-release
RUN git clone https://anonscm.debian.org/cgit/showme/box.git
RUN cd box && make images/stretch/d-i/xfce/A20-OLinuXino-Lime2.img.gz
RUN cp images/stretch/d-i/xfce/A20-OLinuXino-Lime2.img.gz /data
VOLUME ["/data"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment