Skip to content

Commit

Permalink
Dockerfile: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Oct 3, 2020
1 parent 7b627c7 commit 49763cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt -y -q update && apt -y -q upgrade && \
apt install -y -q unzip libtool-bin curl cmake gperf gawk flex bison htop \
nano xxd fakeroot cpio git python-docutils gettext automake autopoint \
texinfo build-essential help2man pkg-config zlib1g-dev libgmp3-dev libmpc-dev \
libmpfr-dev libncurses5-dev libltdl-dev wget module-init-tools sudo locales vim && \
libmpfr-dev libncurses5-dev libltdl-dev wget kmod sudo locales vim && \
rm -rf /var/cache/apt/

RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && locale-gen
Expand Down

0 comments on commit 49763cd

Please sign in to comment.