You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.4 KiB

  1. FROM debian:9
  2. # Configuration version history
  3. # v1.0 - Initial version by Etienne Champetier
  4. # v1.0.1 - Run as non-root, add unzip, xz-utils
  5. # v1.0.2 - Add bzr
  6. # v1.0.3 - Verify usign signatures
  7. RUN apt update && apt install -y \
  8. build-essential \
  9. bzr \
  10. curl \
  11. jq \
  12. gawk \
  13. gettext \
  14. git \
  15. libncurses5-dev \
  16. libssl-dev \
  17. python \
  18. signify-openbsd \
  19. subversion \
  20. time \
  21. unzip \
  22. wget \
  23. xz-utils \
  24. zlib1g-dev \
  25. && rm -rf /var/lib/apt/lists/*
  26. RUN useradd -c "OpenWrt Builder" -m -d /home/build -s /bin/bash build
  27. USER build
  28. ENV HOME /home/build
  29. # LEDE Build System (LEDE GnuPG key for unattended build jobs)
  30. RUN curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/626471F1.asc' | gpg --import \
  31. && echo '54CC74307A2C6DC9CE618269CD84BCED626471F1:6:' | gpg --import-ownertrust
  32. # LEDE Release Builder (17.01 "Reboot" Signing Key)
  33. RUN curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/D52BBB6B.asc' | gpg --import \
  34. && echo 'B09BE781AE8A0CD4702FDCD3833C6010D52BBB6B:6:' | gpg --import-ownertrust
  35. # OpenWrt Release Builder (18.06 Signing Key)
  36. RUN curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=gpg/17E1CE16.asc' | gpg --import \
  37. && echo '6768C55E79B032D77A28DA5F0F20257417E1CE16:6:' | gpg --import-ownertrust
  38. # LEDE Build System (LEDE usign key for unattended build jobs)
  39. RUN curl 'https://git.openwrt.org/?p=keyring.git;a=blob_plain;f=usign/b5043e70f9a75cde' --create-dirs \
  40. -o /home/build/usign/b5043e70f9a75cde