ubuntu@ip-172-26-14-22:~/central$ sudo docker-compose build postgres uses an image, skipping mail uses an image, skipping pyxform uses an image, skipping enketo_redis_main uses an image, skipping enketo_redis_cache uses an image, skipping Building secrets Sending build context to Docker daemon 27.27MB Step 1/2 : FROM node:14.19.3 ---> f3ec39298d1b Step 2/2 : COPY files/enketo/generate-secrets.sh ./ ---> Using cache ---> 77ac1291f8e9 Successfully built 77ac1291f8e9 Successfully tagged central_secrets:latest Building enketo Sending build context to Docker daemon 27.27MB Step 1/9 : FROM ghcr.io/enketo/enketo-express:4.1.2 ---> 048d35775f95 Step 2/9 : ENV ENKETO_SRC_DIR=/srv/src/enketo_express ---> Using cache ---> cf03b124eae4 Step 3/9 : WORKDIR ${ENKETO_SRC_DIR} ---> Using cache ---> d9ccba77150d Step 4/9 : COPY files/enketo/config.json.template ${ENKETO_SRC_DIR}/config/config.json.template ---> Using cache ---> a3299043cfe8 Step 5/9 : COPY files/enketo/config.json.template ${ENKETO_SRC_DIR}/config/config.json ---> Using cache ---> ab662173c9a8 Step 6/9 : COPY files/enketo/start-enketo.sh ${ENKETO_SRC_DIR}/start-enketo.sh ---> Using cache ---> 927eb6e1efbc Step 7/9 : RUN apt-get update; apt-get install gettext-base ---> Using cache ---> f355b8c0c43b Step 8/9 : EXPOSE 8005 ---> Using cache ---> 267d9efbac3f Step 9/9 : CMD ./start-enketo.sh ---> Using cache ---> 26498df36790 Successfully built 26498df36790 Successfully tagged central_enketo:latest Building service Sending build context to Docker daemon 27.27MB Step 1/13 : FROM node:14.19.3 ---> f3ec39298d1b Step 2/13 : WORKDIR /usr/odk---> Using cache ---> 9def448b4534 Step 3/13 : RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list; wget -- quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -; apt-get update; apt-get install -y cron gettext postg resql-client-9.6 ---> Running in 3570406896ea deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main Warning: apt-key output should not be parsed (stdout is not a terminal) OK Get:1 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB] Get:2 http://deb.debian.org/debian buster InRelease [122 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [392 kB] Ign:5 http://apt.postgresql.org/pub/repos/apt stretch-pgdg InRelease Err:6 http://apt.postgresql.org/pub/repos/apt stretch-pgdg Release 404 Not Found [IP: 87.238.57.227 80] Get:7 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB] Get:8 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B] Reading package lists... E: The repository 'http://apt.postgresql.org/pub/repos/apt stretch-pgdg Release' does not have a Release file. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package postgresql-client-9.6 E: Couldn't find any package by glob 'postgresql-client-9.6' E: Couldn't find any package by regex 'postgresql-client-9.6' The command '/bin/sh -c echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list; wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -; apt-get update; apt-get install -y cron gette xt postgresql-client-9.6' returned a non-zero code: 100 ERROR: Service 'service' failed to build : Build failed