docker / getting-started

Getting started with Docker
Apache License 2.0
2.91k stars 6.4k forks source link

Run docker/build-push-action@v3 error #410

Closed HFXFL closed 1 year ago

HFXFL commented 1 year ago

I'm looking to push a Mastodon server to a custom URL. I encountered this Run Docker error via github actions. Not used docker in this manner before and unsure how common this is, thanks to anyone that can help with this. :)

Error: buildx failed with: ERROR: failed to solve: process "/bin/bash -c npm install -g npm@latest && \tnpm install -g yarn && \tgem install bundler && \tapt-get update && \tapt-get install -y --no-install-recommends git libicu-dev libidn11-dev \tlibpq-dev shared-mime-info" did not complete successfully: exit code: 1

HFXFL commented 1 year ago

NPM didnt need to be the latest.