You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the logui-server up and running, but I am running into an error when I run the command: docker-compose -p logui build. I am running into several “trying to overwrite…” errors. The final error that I am running into is
ERROR: Service 'websocket-worker' failed to build: The command '/bin/sh -c apk add --update --no-cache gcc libc-dev libffi-dev libressl-dev musl-dev postgresql-dev nodejs npm' returned a non-zero code: 1.
The version of docker that I am using is 24.0.7, build afdd53b. We don’t have access to the docker version 19.03, so we are working with the latest version of docker. The version of docker-compose that I am using is 1.18.0, build 8dd22a9.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to get the logui-server up and running, but I am running into an error when I run the command:
docker-compose -p logui build
. I am running into several “trying to overwrite…” errors. The final error that I am running into isERROR: Service 'websocket-worker' failed to build: The command '/bin/sh -c apk add --update --no-cache gcc libc-dev libffi-dev libressl-dev musl-dev postgresql-dev nodejs npm' returned a non-zero code: 1.
The version of docker that I am using is 24.0.7, build afdd53b. We don’t have access to the docker version 19.03, so we are working with the latest version of docker. The version of docker-compose that I am using is 1.18.0, build 8dd22a9.
The text was updated successfully, but these errors were encountered: