-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Swift Tools #27
Comments
Sorry, the Swift version in the Dockerfile was outdated. Mind pulling the latest changes for this repo and try building it again? Thanks! |
Thanks, @calebkleveter! It's better. I re-ran it the same way and got these output logs this time. Something to do with openssl?
|
Correct, though I don't know if you just need to install it, or install a specific version or what. It looks like we never even install that in the docker container, so I'd say try adding the install instruction to your cloned repo and see if that does the trick. |
Changed line 7 of the Dockerfile to |
Hi,
I have been trouble getting the
docker build
command to work. I am repeatedly receiving the error/root/vapor: error: package at '/root/vapor' requires a minimum Swift tools version of 5.0.0 (currently 4.2.0)
. I upgraded to the latest Xcode 11 Beta and selected the latest tools usingsudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer
. Running swiftenv I can see that the selected swift tools are 5.0 at the repository.Any help would be greatly appreciated!
I ran the following command replacing the
JWT_PUBLIC
andJWT_SECRET
values with generated rsa public and private keys,Here are the logs from running the getting started command.
Thanks!
The text was updated successfully, but these errors were encountered: