Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-user:virtualization:obtain.firmware.docker [2023/03/02 12:57] oliv3rdocs:guide-user:virtualization:obtain.firmware.docker [2024/09/25 17:09] (current) – symlink already present with latest alpine image and py3-distutils-extra is missing as was deprecated https://peps.python.org/pep-0632/ aivaras-s
Line 4: Line 4:
  
 You can use a premade [[https://www.docker.io/|Docker]] image to build yourself an OpenWrt firmware image. A list of known such Docker images (see instructions how to use them on their pages): You can use a premade [[https://www.docker.io/|Docker]] image to build yourself an OpenWrt firmware image. A list of known such Docker images (see instructions how to use them on their pages):
-  * [[https://gitlab.com/openwrt/docker|Official OpenWRT Docker images]] which can be pulled from [[https://hub.docker.com/u/openwrtorg|Docker hub]]+  * [[https://github.com/openwrt/docker|Official OpenWRT Docker images]] which can be pulled from [[https://hub.docker.com/r/openwrt|Docker hub]]
   * [[https://github.com/noonien/docker-openwrt-buildroot|noonien/docker-openwrt-buildroot]]   * [[https://github.com/noonien/docker-openwrt-buildroot|noonien/docker-openwrt-buildroot]]
   * [[https://github.com/galalmounir/openwrt-image-builder|galalmounir/openwrt-image-builder]]   * [[https://github.com/galalmounir/openwrt-image-builder|galalmounir/openwrt-image-builder]]
Line 57: Line 57:
     'wget' \     'wget' \
     'zlib-dev' \     'zlib-dev' \
 +    'py3-distutils-extra' \
   && \   && \
-  ln -s '/usr/lib/libncurses.so' '/usr/lib/libtinfo.so' && \ 
   addgroup 'buildbot' && \   addgroup 'buildbot' && \
   adduser -s '/bin/bash' -G 'buildbot' -D 'buildbot'   adduser -s '/bin/bash' -G 'buildbot' -D 'buildbot'
  • Last modified: 2023/03/02 12:57
  • by oliv3r