Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created October 18, 2017 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/2ebde06139f8c1c85a71854315b8b9aa to your computer and use it in GitHub Desktop.
Save lindwurm/2ebde06139f8c1c85a71854315b8b9aa to your computer and use it in GitHub Desktop.
(1/1) Upgrading apk-tools (2.7.2-r0 -> 2.7.3-r0)
Executing busybox-1.26.2-r5.trigger
Continuing the upgrade transaction with new apk-tools:
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
(1/4) Upgrading ncurses-terminfo-base (6.0-r8 -> 6.0_p20170930-r0)
ERROR: ncurses-terminfo-base-6.0_p20170930-r0: DNS lookup error
(2/4) Upgrading ncurses-terminfo (6.0-r8 -> 6.0_p20170930-r0)
(3/4) Upgrading ncurses-libs (6.0-r8 -> 6.0_p20170930-r0)
(4/4) Upgrading busybox (1.26.2-r5 -> 1.26.2-r7)
Executing busybox-1.26.2-r7.post-upgrade
Executing busybox-1.26.2-r7.trigger
1 error; 42 MiB in 31 packages
ERROR: Service 'streaming' failed to build: The command '/bin/sh -c apk -U upgrade && apk add -t build-dependencies build-base icu-dev libidn-dev libressl libtool postgresql-dev protobuf-dev python && apk add ca-certificates ffmpeg file git icu-libs imagemagick libidn libpq nodejs nodejs-npm protobuf su-exec tini && update-ca-certificates && mkdir -p /tmp/src /opt && wget -O yarn.tar.gz "https://github.com/yarnpkg/yarn/releases/download/v$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" && echo "$YARN_DOWNLOAD_SHA256 *yarn.tar.gz" | sha256sum -c - && tar -xzf yarn.tar.gz -C /tmp/src && rm yarn.tar.gz && mv /tmp/src/yarn-v$YARN_VERSION /opt/yarn && ln -s /opt/yarn/bin/yarn /usr/local/bin/yarn && wget -O libiconv.tar.gz "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$LIBICONV_VERSION.tar.gz" && echo "$LIBICONV_DOWNLOAD_SHA256 *libiconv.tar.gz" | sha256sum -c - && tar -xzf libiconv.tar.gz -C /tmp/src && rm libiconv.tar.gz && cd /tmp/src/libiconv-$LIBICONV_VERSION && ./configure --prefix=/usr/local && make -j$(getconf _NPROCESSORS_ONLN) && make install && libtool --finish /usr/local/lib && cd /mastodon && rm -rf /tmp/* /var/cache/apk/*' returned a non-zero code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment