You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/17 12:21:52 UTC

[incubator-nuttx-testing] branch master updated: docker: add gawk to docker

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 186190e  docker: add gawk to docker
186190e is described below

commit 186190ed784aaa5337814d6bfefe15b49c75f69e
Author: nietingting <ni...@xiaomi.com>
AuthorDate: Thu Dec 17 14:52:52 2020 +0800

    docker: add gawk to docker
    
    Signed-off-by: nietingting <ni...@xiaomi.com>
---
 docker/linux/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/linux/Dockerfile b/docker/linux/Dockerfile
index 407f892..981637c 100644
--- a/docker/linux/Dockerfile
+++ b/docker/linux/Dockerfile
@@ -33,6 +33,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
   make \
   cmake \
   g++ \
+  gawk \
   git
 
 RUN mkdir /tools