You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`
[root@cumt geofiles-api]# docker-compose up
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Creating network "geofiles-api_default" with the default driver
Creating volume "geofiles-api_postgres_data" with default driver
Building web
Sending build context to Docker daemon 533.5kB
Step 1/19 : FROM python:3.7.7-buster AS extracting
3.7.7-buster: Pulling from library/python
e9afc4f90ab0: Pulling fs layer
989e6b19a265: Pulling fs layer
af14b6c2f878: Pulling fs layer
5573c4b30949: Pulling fs layer
11a88e764313: Pulling fs layer
ee776f0e36af: Pulling fs layer
9075e1fb5d17: Pulling fs layer
7882db2cc9d4: Pulling fs layer
ee776f0e36af: Waiting
11a88e764313: Waiting
5573c4b30949: Waiting
955a532dd46c: Pulling fs layer
9075e1fb5d17: Waiting
7882db2cc9d4: Waiting
989e6b19a265: Verifying Checksum
989e6b19a265: Download complete
af14b6c2f878: Verifying Checksum
af14b6c2f878: Download complete
5573c4b30949: Verifying Checksum
5573c4b30949: Download complete
e9afc4f90ab0: Verifying Checksum
e9afc4f90ab0: Download complete
e9afc4f90ab0: Pull complete
989e6b19a265: Pull complete
af14b6c2f878: Pull complete
ee776f0e36af: Verifying Checksum
ee776f0e36af: Download complete
5573c4b30949: Pull complete
9075e1fb5d17: Verifying Checksum
9075e1fb5d17: Download complete
7882db2cc9d4: Download complete
955a532dd46c: Verifying Checksum
955a532dd46c: Download complete
11a88e764313: Verifying Checksum
11a88e764313: Download complete
11a88e764313: Pull complete
ee776f0e36af: Pull complete
9075e1fb5d17: Pull complete
7882db2cc9d4: Pull complete
955a532dd46c: Pull complete
Digest: sha256:940a1ddcfbb4411fade27ff9d1bf3985d6c4276da4ee4111deba5ab0788921c5
Status: Downloaded newer image for python:3.7.7-buster
---> e4e55e98f1e0
Step 2/19 : ARG LIBXML2VER=2.9.9
---> Running in 901600abe9b2
Removing intermediate container 901600abe9b2
---> 3895096af470
Step 3/19 : RUN apt-get update && apt-get install -y --no-install-recommends autoconf libtool swig texinfo build-essential gcc libxml2 python3-libxml2 libpcre2-dev libpcre2-32-0 curl libperl-dev libxml2-dev && mkdir libxmlInstall && cd libxmlInstall && wget ftp://xmlsoft.org/libxml2/libxml2-$LIBXML2VER.tar.gz && tar xf libxml2-$LIBXML2VER.tar.gz && cd libxml2-$LIBXML2VER/ && ./configure && make && make install && cd /libxmlInstall && rm -rf gg libxml2-$LIBXML2VER.tar.gz libxml2-$LIBXML2VER
---> Running in b18c33de7c35
Err:1 http://security.debian.org/debian-security buster/updates InRelease
Temporary failure resolving 'security.debian.org'
Err:2 http://deb.debian.org/debian buster InRelease
Temporary failure resolving 'deb.debian.org'
Err:3 http://deb.debian.org/debian buster-updates InRelease
Temporary failure resolving 'deb.debian.org'
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Temporary failure resolving 'deb.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...
Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libperl-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package texinfo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package swig
E: Package 'texinfo' has no installation candidate
E: Package 'build-essential' has no installation candidate
E: Unable to locate package python3-libxml2
E: Unable to locate package libpcre2-dev
E: Unable to locate package libpcre2-32-0
E: Package 'libperl-dev' has no installation candidate
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends autoconf libtool swig texinfo build-essential gcc libxml2 python3-libxml2 libpcre2-dev libpcre2-32-0 curl libperl-dev libxml2-dev && mkdir libxmlInstall && cd libxmlInstall && wget ftp://xmlsoft.org/libxml2/libxml2-$LIBXML2VER.tar.gz && tar xf libxml2-$LIBXML2VER.tar.gz && cd libxml2-$LIBXML2VER/ && ./configure && make && make install && cd /libxmlInstall && rm -rf gg libxml2-$LIBXML2VER.tar.gz libxml2-$LIBXML2VER' returned a non-zero code: 100
ERROR: Service 'web' failed to build
`
The text was updated successfully, but these errors were encountered:
`
[root@cumt geofiles-api]# docker-compose up
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Creating network "geofiles-api_default" with the default driver
Creating volume "geofiles-api_postgres_data" with default driver
Building web
Sending build context to Docker daemon 533.5kB
`
The text was updated successfully, but these errors were encountered: