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'm getting an error early on in the build process:
=> CACHED [agent 4/13] RUN git clone -b master https://github.com/WPO-Foundation/wptagent.git
=> CACHED [agent 5/13] RUN apt-get update
=> ERROR [agent 6/13] RUN xargs -a /wptagent/.github/workflows/docker-apt-get.txt apt-get install --no-install-recommends --yes
=> ERROR [web internal] load build context
Error details:
[agent 6/13] RUN xargs -a /wptagent/.github/workflows/docker-apt-get.txt apt-get install --no-install-recommends --yes:
0.543 xargs: Cannot open input file "/wptagent/.github/workflows/docker-apt-get.txt": No such file or directory
[web internal] load build context:
failed to solve: process "/bin/sh -c xargs -a /wptagent/.github/workflows/docker-apt-get.txt apt-get install --no-install-recommends --yes" did not complete successfully: exit code: 1
Looking in the wptagent repository there is indeed no file by that name in that locaiton.
Any hints on fixing this?
The text was updated successfully, but these errors were encountered:
It appears the wptagent repository has been updated and no longer uses this file to install wptagent, but when wptagent is installed from this repository (/docker/local/Dockerfile-wptagent) it refers directly to the now-deleted file.
I'm getting an error early on in the build process:
=> CACHED [agent 4/13] RUN git clone -b master https://github.com/WPO-Foundation/wptagent.git
=> CACHED [agent 5/13] RUN apt-get update
=> ERROR [agent 6/13] RUN xargs -a /wptagent/.github/workflows/docker-apt-get.txt apt-get install --no-install-recommends --yes
=> ERROR [web internal] load build context
Error details:
Looking in the wptagent repository there is indeed no file by that name in that locaiton.
Any hints on fixing this?
The text was updated successfully, but these errors were encountered: