-
Notifications
You must be signed in to change notification settings - Fork 81
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 OTP 21 image missing sftpd files #222
Comments
All source files are stripped from the image. So if you need the source you will have to build your own image. I'm not sure what the record extractor is doing, but it could be possible to patch it to not need the source files but instead use the AST in the beam files debug chunk. |
Thanks for your reply. I might be able to manually maintain that file somewhere else as a workaround. I do get the size argument for stripping the sources, but its a bit of an unexpected difference to, say, the debian based image, where those files are shipped as part of the image. |
Could you describe some more why does this app need to read erl source code? I've seen some Erlang app is including |
HI,
I'm trying to build an application which relies on
/usr/local/lib/erlang/lib/ssh-4.7.6/src/ssh_sftpd.erl
to be present. However, in the alpine builds, that file is unfortunately missing. This is the error I'm getting trying to build my app:
The base image I'm using is
elixir:1.8.1-alpine
which in turn depends onelixir:21-alpine
.Thanks for any hints.
The text was updated successfully, but these errors were encountered: