Skip to content

Commit

Permalink
Merged in bleissem/rt-n56u (pull request #56)
Browse files Browse the repository at this point in the history
use xenial,  added packages, run in noninteractive mode

Approved-by: Anton Krosnev <[email protected]>
Approved-by: Alexander Bleissem <[email protected]>
  • Loading branch information
bleissem authored and ryzhovau committed May 18, 2018
2 parents f4b9efb + 181821a commit 46abd57
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
FROM ubuntu:trusty
FROM ubuntu:xenial

MAINTAINER Andy Voigt <[email protected]>

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 \
Expand All @@ -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

Expand Down

0 comments on commit 46abd57

Please sign in to comment.