-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Unable to install fastlane #13
Comments
When i explicitly set the fastlane version like this
The build succeeds. |
Hi @Horkyze, can you try with: FROM alvrme/alpine-android:android-30-jdk11
USER root
RUN extras fastlane If not I will specify a default version for fastlane. |
FROM alvrme/alpine-android:android-30-jdk11
USER root
RUN id
RUN extras fastlane produces:
|
In |
Are there any plans to fix this issue in the near future? I use your docker images for quite a some time but now when I need to use fastlane and it is not working correctly, i will be forced to switch 😢 |
Adding fastlane to
android-30-jdk11
seems to fail.Dockerfile
docker build -t builder .
The text was updated successfully, but these errors were encountered: