wlan-ap-Telecominfraproject/docker/Dockerfile
Sasikantha Babu 30f337c519 wlan-ap: changed docker PATH to docker to speed up compilation.
Otherwise docker build is sending around 12G-16GB to docker daemon.
Since we are binding the wlan-ap code in the docker we do not have  to
send entire code to docker daemon.

Signed-off-by: Sasikantha Babu <sbabu@benunets.com>
2020-10-16 15:42:21 +02:00

14 lines
533 B
Docker

#FROM ubuntu:18.04
FROM ubuntu:20.04
RUN apt-get update \
&& DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata \
&& apt-get install -y \
time git-core build-essential gcc-multilib \
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python \
python3 python3-pip python3-yaml openvswitch-common openvswitch-switch libssl-dev \
&& apt-get clean
RUN git config --global user.email "you@example.com"
RUN git config --global user.name "Your Name"
RUN pip3 install kconfiglib