commit | 4bc973cc1982c92e4e8f2a5f059f2eef41c91305 | [log] [tgz] |
---|---|---|
author | Lott, Christopher (cl778h) <cl778h@att.com> | Tue Mar 17 09:15:03 2020 -0400 |
committer | Lott, Christopher (cl778h) <cl778h@att.com> | Tue Mar 17 09:15:03 2020 -0400 |
tree | 2cfce17b19421ff75e4078061d019b5a0ec2bfc1 | |
parent | b4e65de7ce1d574b7f662f35b2a054d85fbf9423 [diff] [blame] |
Add sudo to base build images Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com> Change-Id: I32b59cfbfb138bb4f0bdd44444fc2fa4abb684be
diff --git a/docker/bldr-ubuntu18-c-go/Dockerfile b/docker/bldr-ubuntu18-c-go/Dockerfile index bcb09e6..d9f1fe5 100644 --- a/docker/bldr-ubuntu18-c-go/Dockerfile +++ b/docker/bldr-ubuntu18-c-go/Dockerfile
@@ -36,6 +36,7 @@ python-dev \ pkg-config \ software-properties-common \ + sudo \ wget \ zlib1g \ zlib1g-dev \