question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alpine Prebuild binaries don't contain brotli

See original GitHub issue

Hi,

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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JCMaiscommented, Dec 2, 2019

End of the week - mid of next week

0reactions
JCMaiscommented, Dec 12, 2019

v2.0.3 has been released

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found