Dockerfile.later 647 B

12345678910111213141516171819202122232425
  1. FROM debian:jessie
  2. RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list
  3. # An assortment of normal Debian packages. Might want to move this to
  4. # after the horrible XiLinx stuff so we don't have to redo that very often.
  5. RUN apt-get update \
  6. && \
  7. apt-get install -y \
  8. avr-libc \
  9. binutils-avr \
  10. gcc-arm-none-eabi \
  11. gcc-avr \
  12. git \
  13. python-crypto \
  14. python-serial \
  15. python-yaml \
  16. reprepro \
  17. ubuntu-archive-keyring \
  18. ubuntu-dev-tools \
  19. pbuilder \
  20. && \
  21. apt-get -t jessie-backports install -y \
  22. debootstrap distro-info-data