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
Note that the build goes beyond line 20 when Dockerfile reverts to the parent of commit 6563d51, which has the following line instead.
...
RUN swift package resolve --skip-update
...
To Reproduce
Steps to reproduce the behavior:
Create a new Vapor App with vapor new my-dockerized-app and say no to everything when prompted.
cd dockerized-app
docker-compose build
Expected behavior
We should not see an error failing.
Environment
Vapor Framework version: from: "4.83.1", can't give exact because Package.resolved doesn't exist
Vapor Toolbox version: 18.7.4
OS version: macOS 13.4.1
Additional context
About the Docker I'm using on the Mac:
Docker Desktop 4.24.0 (122432)
Engine: 24.0.6
Compose: v2.22.0-desktop.2
Credential Helper: v0.7.0
Kubernetes: v1.27.2
The text was updated successfully, but these errors were encountered:
Describe the bug
When the project doesn't have a
Package.resolved
. Docker Desktop on Mac fails to build the project on Dockerfile line 20:This is the build log:
Note that the build goes beyond line 20 when Dockerfile reverts to the parent of commit 6563d51, which has the following line instead.
To Reproduce
Steps to reproduce the behavior:
vapor new my-dockerized-app
and say no to everything when prompted.cd dockerized-app
docker-compose build
Expected behavior
We should not see an error failing.
Environment
from: "4.83.1"
, can't give exact becausePackage.resolved
doesn't existAdditional context
About the Docker I'm using on the Mac:
Docker Desktop 4.24.0 (122432)
Engine: 24.0.6
Compose: v2.22.0-desktop.2
Credential Helper: v0.7.0
Kubernetes: v1.27.2
The text was updated successfully, but these errors were encountered: