diff --git a/_CI-CD/debian-stable-openwrt/Dockerfile b/_CI-CD/debian-stable-openwrt/Dockerfile index 721c75c..4d2470e 100644 --- a/_CI-CD/debian-stable-openwrt/Dockerfile +++ b/_CI-CD/debian-stable-openwrt/Dockerfile @@ -3,12 +3,12 @@ FROM cr.wks/debian-stable-build-essential RUN apt update -y; \ apt install -y build-essential ccache ecj fastjar file g++ gawk \ gettext git java-propose-classpath libelf-dev libncurses5-dev \ - libncursesw5-dev libssl-dev python python2.7-dev python3 unzip wget \ + libncursesw5-dev libssl-dev python3 python3-dev unzip wget \ python3-distutils python3-setuptools rsync subversion swig time \ - xsltproc zlib1g-dev make distcc distcc-pump nfs-common; \ + xsltproc zlib1g-dev make distcc distcc-pump nfs-common clang flex bison g++ gawk \ + gcc-multilib g++-multilib git libncurses-dev libssl-dev && \ apt-get remove --purge -y exim* && \ apt-get autoremove --purge -y && \ apt-get clean -y && \ rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/* && \ - sed -i s/NEED_STATD=$/NEED_STATD=yes/i /etc/default/nfs-common \ No newline at end of file + rm -rf /var/cache/apt/* \ No newline at end of file