Guys please help me when i try to run docker compo...
# ask-questions
m
Guys please help me when i try to run docker compose up in almalinux 8, its throw this error, in windows 11 in my local computer its fine, but in dedicated server have this problem
[root@ns3209505 pioneered]# docker compose up
WARN[0000] /home/pioneered/repositories/pioneered/docker-compose.yml:
version
is obsolete [+] Building 8.5s (10/32) docker:default => [growthbook internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.94kB 0.0s => [growthbook internal] load metadata for docker.io/library/python:3.11-slim 0.6s => [growthbook internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [growthbook pybuild 1/4] FROM docker.io/library/python:3.11-slim@sha256:6d2502238109c929569ae99355e28890c438cb11bc88ef02cd189c173b3db07c 0.0s => [growthbook internal] load build context 0.1s => => transferring context: 156.63kB 0.0s => CACHED [growthbook pybuild 2/4] WORKDIR /usr/local/src/app 0.0s => ERROR [growthbook nodebuild 3/17] RUN apt-get update && apt-get install -y wget gnupg2 build-essential && echo "deb https://deb.nodesource.com/node_20.x buster main" > /etc/apt/sources.lis 7.6s => ERROR [growthbook stage-2 3/11] RUN apt-get update && apt-get install -y wget gnupg2 && echo "deb https://deb.nodesource.com/node_20.x buster main" > /etc/apt/sources.list.d/nodesource.lis 7.6s => CACHED [growthbook pybuild 3/4] COPY ./packages/stats . 0.0s => CANCELED [growthbook pybuild 4/4] RUN pip3 install poetry && poetry install --no-root --no-dev --no-interaction --no-ansi && poetry build && poetry export -f requirements.txt --output r 7.6s ------ > [growthbook nodebuild 3/17] RUN apt-get update && apt-get install -y wget gnupg2 build-essential && echo "deb https://deb.nodesource.com/node_20.x buster main" > /etc/apt/sources.list.d/nodesource.list && wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && apt-get update && apt-get install -yqq nodejs=$(apt-cache show nodejs|grep Version|grep nodesource|cut -c 10-) yarn && apt-get clean && rm -rf /var/lib/apt/lists/*: 0.512 Ign:1 http://deb.debian.org/debian bookworm InRelease 0.512 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease 0.512 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease 1.513 Ign:1 http://deb.debian.org/debian bookworm InRelease 1.513 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease 1.513 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease 3.514 Ign:1 http://deb.debian.org/debian bookworm InRelease 3.514 Ign:2 http://deb.debian.org/debian bookworm-updates InRelease 3.514 Ign:3 http://deb.debian.org/debian-security bookworm-security InRelease 7.515 Err:1 http://deb.debian.org/debian bookworm InRelease 7.515 Temporary failure resolving 'deb.debian.org' 7.515 Err:2 http://deb.debian.org/debian bookworm-updates InRelease 7.515 Temporary failure resolving 'deb.debian.org' 7.515 Err:3 http://deb.debian.org/debian-security bookworm-security InRelease 7.515 Temporary failure resolving 'deb.debian.org' 7.516 Reading package lists... 7.519 W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease Temporary failure resolving 'deb.debian.org' 7.519 W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease Temporary failure resolving 'deb.debian.org' 7.519 W: Failed to fetch http://deb.debian.org/debian-security/dists/bookworm-security/InRelease Temporary failure resolving 'deb.debian.org' 7.519 W: Some index files failed to download. They have been ignored, or old ones used instead. 7.522 Reading package lists... 7.525 Building dependency tree... 7.525 Reading state information... 7.526 Package gnupg2 is not available, but is referred to by another package. 7.526 This may mean that the package is missing, has been obsoleted, or 7.526 is only available from another source 7.526 However the following packages replace it: 7.526 gpgv 7.526 7.526 E: Unable to locate package wget 7.526 E: Package 'gnupg2' has no installation candidate 7.526 E: Unable to locate package build-essential
f
It looks like it has no network or DNS servers
oh, ya, you got it