Dockerfile 507 B

12345678910111213141516171819202122
  1. FROM debian:jessie
  2. RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list
  3. RUN apt-get update \
  4. && \
  5. apt-get install -y \
  6. avr-libc \
  7. binutils-avr \
  8. gcc-arm-none-eabi \
  9. gcc-avr \
  10. git \
  11. python-crypto \
  12. python-serial \
  13. python-yaml \
  14. reprepro \
  15. ubuntu-archive-keyring \
  16. ubuntu-dev-tools \
  17. pbuilder \
  18. && \
  19. apt-get -t jessie-backports install -y \
  20. debootstrap distro-info-data