Article - CS326163
Unable to install ThingWorx 8.5 on Amazon Web Service (AWS) EC2 with Dockerfile
Modified: 09-Jun-2020
Applies To
- ThingWorx Platform 8.5
Description
-
sudo ./build.sh postgres generated the following error:
/bin/sh: 1: get-gpg-keys.sh: Permission denied
The command '/bin/sh -c echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && adduser --uid 1337 --disabled-password --gecos "" --home "/home/${APP_USER}" "${APP_USER}" && apt-get update && apt-get dist-upgrade -y && apt-get install -y --no-install-recommends wget ca-certificates && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64.asc" && export GNUPGHOME="$(mktemp -d)" && get-gpg-keys.sh B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove wget ca-certificates' returned a non-zero code: 126
Build Base: Failed.
This is a printer-friendly version of Article 326163 and may be out of date. For the latest version click CS326163