Open simonjcarr opened 2 years ago
OK, so I realised that the latest
tag on docker hub has only been built to support Raspberry Pi's.
I change the image to V2.4.0
which is amd/64 and I get further, but the build still fails with the following errors.
[-] Installing base OS dependencies...
Get:1 http://deb.debian.org/debian stable InRelease [116 kB]
Ign:2 http://security.debian.org/debian-security stable/updates InRelease
Get:3 http://deb.debian.org/debian stable-updates InRelease [39.4 kB]
Err:4 http://security.debian.org/debian-security stable/updates Release
404 Not Found [IP: 151.101.2.132 80]
Get:5 http://deb.debian.org/debian stable/main amd64 Packages [8183 kB]
Get:6 http://deb.debian.org/debian stable-updates/main amd64 Packages [2592 B]
Reading package lists...
E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file.
The command '/bin/sh -c cd $APP_SOURCE_DIR && $BUILD_SCRIPTS_DIR/install-deps.sh && $BUILD_SCRIPTS_DIR/install-node.sh && $BUILD_SCRIPTS_DIR/install-phantom.sh && $BUILD_SCRIPTS_DIR/install-graphicsmagick.sh && $BUILD_SCRIPTS_DIR/install-mongo.sh && $BUILD_SCRIPTS_DIR/install-meteor.sh && $BUILD_SCRIPTS_DIR/build-meteor.sh && $BUILD_SCRIPTS_DIR/post-build-cleanup.sh' returned a non-zero code: 100
I'm having the exact same error. Waiting for this to resolve. In my case it's happening on ubuntu 20.04
I have the same error, I'm using Ubuntu 16.04
Same problem when using Mac. Maybe someone has found a quick workaround?
I am running a docker build in a GitLab CI pipeline, but the script fails as shown below.
The GitLab runner is running Ubuntu 18.04