Skip to content

Instantly share code, notes, and snippets.

@macmata
Created February 28, 2019 19:10
Show Gist options
  • Save macmata/148d6b7c70d144380073858ba97cf956 to your computer and use it in GitHub Desktop.
Save macmata/148d6b7c70d144380073858ba97cf956 to your computer and use it in GitHub Desktop.
FROM debian:wheezy
# Base system
RUN apt-get update && apt-get install git
RUN echo "deb http://deb.debian.org/debian jessie main" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y -t jessie gcc
WORKDIR /work
ENV PKG_CONFIG_LIBDIR=/usr/lib/arm-linux-gnueabi/pkgconfig
CMD /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment