We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> [runtime 3/8] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates cron curl smartmontools tzdata && update-ca-certificates && case amd64 in "amd64") S6_ARCH=amd64 ;; "arm64") S6_ARCH=aarch64 ;; esac && curl https://github.com/just-containers/s6-overlay/releases/download/v1.21.8.0/s6-overlay-${S6_ARCH}.tar.gz -L -s --output /tmp/s6-overlay-${S6_ARCH}.tar.gz && tar xzf /tmp/s6-overlay-${S6_ARCH}.tar.gz -C / && rm -rf /tmp/s6-overlay-${S6_ARCH}.tar.gz && curl -L https://dl.influxdata.com/influxdb/releases/influxdb2-2.2.0-amd64.deb --output /tmp/influxdb2-2.2.0-amd64.deb && dpkg -i --force-all /tmp/influxdb2-2.2.0-amd64.deb && rm -rf /tmp/influxdb2-2.2.0-amd64.deb: #0 1.446 apt-get: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libxxhash.so.0: invalid ELF header
The text was updated successfully, but these errors were encountered:
Sorry for the delay 🙇♂️ I am unable to reproduce. It could be corrupt images. Try deleting them completely and pulling them again.
Sharing the rest of the Dockerfile could also aid in debugging.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: