-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi
Got the error when trying to build the docker image. Please suggest if Im missing something.
Command:
docker build -t rtidebugger .
Output:
Sending build context to Docker daemon 235kB
Step 1/11 : FROM debian:buster-slim as builder
---> fd2f37d0fba7
Step 2/11 : LABEL "com.example.vendor"="Real-Time Innovations" version="1.1" maintainer="[email protected]" description="This image helps you to debug your network issues with RTI Connext DDS and RTI Micro."
---> Using cache
---> 263dcbc72dc3
Step 3/11 : RUN apt-get update && apt-get install -y build-essential git zip
---> Running in 26fee848bccc
Err:1 http://deb.debian.org/debian buster InRelease
Something wicked happened resolving 'deb.debian.org:80' (-5 - No address associated with hostname)
Err:2 http://security.debian.org buster/updates InRelease
Something wicked happened resolving 'security.debian.org:80' (-5 - No address associated with hostname)
Err:3 http://deb.debian.org/debian buster-updates InRelease
Something wicked happened resolving 'deb.debian.org:80' (-5 - No address associated with hostname)
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Something wicked happened resolving 'deb.debian.org:80' (-5 - No address associated with hostname)
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Something wicked happened resolving 'deb.debian.org:80' (-5 - No address associated with hostname)
W: Failed to fetch http://security.debian.org/dists/buster/updates/InRelease Something wicked happened resolving 'security.debian.org:80' (-5 - No address associated with hostname)
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package build-essential
E: Unable to locate package git
E: Unable to locate package zip
The command '/bin/sh -c apt-get update && apt-get install -y build-essential git zip' returned a non-zero code: 100
Thanks
Vidya