Returned a non-zero code: 100

Hi All,

I’m trying to run one application in ubuntu.Application name is stethscope “https://github.com/Netflix/stethoscope

Step 2/11 : RUN apt-get update && apt-get install -y --no-install-recommends freetds-dev && rm -rf /var/lib/apt/lists/*
—> Running in 4e89b878f1d3
Err ht://deb.debian.org jessie InRelease

Err ht://deb.debian.org jessie-updates InRelease

Err ht://deb.debian.org jessie Release.gpg
Could not resolve 'deb.debian.org
Err ht://deb.debian.org jessie-updates Release.gpg
Could not resolve 'deb.debian.org
Err ht://security.debian.org jessie/updates InRelease

Err http://security.debian.org jessie/updates Release.gpg
Could not resolve 'security.debian.org
Reading package lists…
W: Failed to fetch ht://deb.debian.org/debian/dists/jessie/InRelease

W: Failed to fetch ht://deb.debian.org/debian/dists/jessie-updates/InRelease

W: Failed to fetch ht://security.debian.org/dists/jessie/updates/InRelease

W: Failed to fetch ht://deb.debian.org/debian/dists/jessie/Release.gpg Could not resolve ‘deb.debian.org

W: Failed to fetch ht://deb.debian.org/debian/dists/jessie-updates/Release.gpg Could not resolve ‘deb.debian.org

W: Failed to fetch ht://security.debian.org/dists/jessie/updates/Release.gpg Could not resolve ‘security.debian.org

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 freetds-dev
ERROR: Service ‘login’ failed to build: The command ‘/bin/sh -c apt-get update && apt-get install -y --no-install-recommends freetds-dev && rm -rf /var/lib/apt/lists/*’ returned a non-zero code: 100

I’ve already installed freetds-dev and their are not updates for this.

apt-get install freetds-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
freetds-dev is already the newest version (0.91-6.1build1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

can anyone please help me fixing this issue.