-
Notifications
You must be signed in to change notification settings - Fork 3
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
alpine latest not working #2
Comments
Sorry, I completely missed the notification for the issue. Having a look at it now. |
Could you maybe retry with the new Docker image? So far I can't seem to reproduce the issue after updating the image. |
Here is the error log. ================================================ |
The Docker image now also installs |
Hi I tried the latest version of the resource to do a capistrano deployment for a sinatra appa, and now it failing with a Error: 'Missing lib'
it works fixing the alpine to:
-FROM alpine:latests
to
+FROM alpine:3.6
The text was updated successfully, but these errors were encountered: