OpenSDE Framework (without history before r20070)
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.

26 lines
562 B

  1. FROM amery/docker-ubuntu-builder:20.04
  2. # sde get
  3. RUN apt-get update && apt-get install --no-install-recommends -y \
  4. git curl \
  5. && apt-get clean
  6. # sde config
  7. RUN apt-get update && apt-get install --no-install-recommends -y \
  8. libncurses-dev \
  9. && apt-get clean
  10. # sde build
  11. RUN apt-get update && apt-get install --no-install-recommends -y \
  12. autopoint \
  13. bc \
  14. texinfo \
  15. && apt-get clean
  16. # ./debug.sh convenience
  17. RUN apt-get update && apt-get install --no-install-recommends -y \
  18. less \
  19. vim \
  20. && apt-get clean
  21. COPY opensde-profile.sh /etc/entrypoint.d/