diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | INSTALL/tasks.d/30_yocto | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -FROM debian:9 +FROM debian:10 COPY INSTALL /root/INSTALL RUN /root/INSTALL/setup_image.sh diff --git a/INSTALL/tasks.d/30_yocto b/INSTALL/tasks.d/30_yocto index 60bb428..17bdb06 100644 --- a/INSTALL/tasks.d/30_yocto +++ b/INSTALL/tasks.d/30_yocto @@ -24,10 +24,9 @@ wget -t 3 -T 60 -O $DEVUSER_HOME/bin/prepare_meta https://raw.githubusercontent. chmod +x $DEVUSER_HOME/bin/* # for image creation and compression -apt-get install -y python-lzma python-gpgme pbzip2 pigz lzop +apt-get install -y python-lzma pbzip2 pigz lzop dpkg -i \ - $INSTDIR/tools/bmaptools/bmap-tools*.deb \ $INSTDIR/tools/tar/*.deb \ $INSTDIR/tools/xz-utils/*.deb |