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
receive the following error message with docker compose build:
docker compose build
* 'group_add[0]' expected type 'string', got unconvertible type 'int', value: '0'
failed to solve: executor failed running [/bin/sh -c curl -sLO https://downloads.rclone.org/${RCLONE_VER}/rclone-${RCLONE_VER}-linux-amd64.deb && dpkg -i rclone-${RCLONE_VER}-linux-amd64.deb && rm rclone-${RCLONE_VER}-linux-amd64.deb]: exit code: 1
In Gemfile: #0 8.118 therubyracer was resolved to 0.12.3, which depends on #0 8.118 libv8
The text was updated successfully, but these errors were encountered:
zqian
No branches or pull requests
receive the following error message with
docker compose build
:* 'group_add[0]' expected type 'string', got unconvertible type 'int', value: '0'
failed to solve: executor failed running [/bin/sh -c curl -sLO https://downloads.rclone.org/${RCLONE_VER}/rclone-${RCLONE_VER}-linux-amd64.deb && dpkg -i rclone-${RCLONE_VER}-linux-amd64.deb && rm rclone-${RCLONE_VER}-linux-amd64.deb]: exit code: 1
In Gemfile: #0 8.118 therubyracer was resolved to 0.12.3, which depends on #0 8.118 libv8
The text was updated successfully, but these errors were encountered: