Alpine Prebuild binaries don't contain brotli
See original GitHub issueHi,
Using the following Dockerfile with node-libcurl@2.0.2
will result in a libcurl without brotli
FROM node:12.13.1-alpine
RUN apk add --update --no-cache git openssl
ENV APP_DIR=/code
WORKDIR $APP_DIR
COPY package.json $APP_DIR
COPY yarn.lock $APP_DIR
RUN yarn install
ADD . $APP_DIR
RUN yarn run build
CMD ["yarn", "run", "start"]
Version String from test:
console.log src/requesters/libCurl.js:37
Version: libcurl/7.50.0-DEV OpenSSL/1.1.1d zlib/1.2.11 libssh2/1.8.2 nghttp2/1.38.0
Protocols: dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Features: IPv6, Largefile, NTLM, NTLM_WB, SSL, libz, TLS-SRP, HTTP2, UnixSockets
I had a look at the CI scripts, but it seems like it should always be build with brotli support?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Nginx docker alpine image #89 - google/ngx_brotli - GitHub
Hi, thanks for all the hard work, I was wondering what is the proper way to include this module within official the Nginx:apline...
Read more >Docker Alpine executable binary not found even if in PATH
On Alpine Linux, the not found error is a typical symptom of dynamic link failure. It is indeed a rather confusing error by...
Read more >Compression with Brotli CGO in Alpine Docker | Andrew Klotz
A gotcha was installing libc6-compat, without that there are is a very cryptic ./main: not found error when trying to run the binary....
Read more >Alpine Linux 3.12.1 released
The Alpine Linux project is pleased to announce the immediate availability of version 3.12.1 of its Alpine Linux operating system.
Read more >There has been a critical error – Alpine, Nginx, MariaDB, PHP7
From the output of phpinfo() it seems that it has been. Maybe. I'm not 100% sure… Configure Command './configure' '--build=x86_64-alpine-linux-musl' ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
End of the week - mid of next week
v2.0.3 has been released