mirror of
https://bitbucket.org/padavan/rt-n56u.git
synced 2025-12-17 02:34:57 +08:00
Merged in bleissem/rt-n56u (pull request #56)
use xenial, added packages, run in noninteractive mode Approved-by: Anton Krosnev <anton.krosnev@gmail.com> Approved-by: Alexander Bleissem <alexander@bleissem.com>
This commit is contained in:
17
Dockerfile
17
Dockerfile
@@ -1,9 +1,16 @@
|
||||
FROM ubuntu:trusty
|
||||
FROM ubuntu:xenial
|
||||
|
||||
MAINTAINER Andy Voigt <voigt-andy@hotmail.de>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
RUN apt-get update && apt-get install -qy apt-utils
|
||||
RUN apt-get -qy install locales
|
||||
RUN locale-gen --no-purge en_US.UTF-8
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
|
||||
RUN apt-get install -qy \
|
||||
git \
|
||||
build-essential \
|
||||
gawk \
|
||||
@@ -23,7 +30,11 @@ RUN apt-get update && apt-get install -y \
|
||||
mc \
|
||||
libncurses5-dev \
|
||||
nano \
|
||||
vim
|
||||
vim \
|
||||
autopoint \
|
||||
gperf \
|
||||
python-docutils
|
||||
|
||||
|
||||
RUN git clone https://bitbucket.org/padavan/rt-n56u.git /opt/rt-n56u
|
||||
|
||||
|
||||
Reference in New Issue
Block a user