79195957

Date: 2024-11-16 20:02:14
Score: 1
Natty:
Report link

Just add this line to your Dockerfile:

RUN apk add --no-cache \
 autoconf \
 g++ \
 make \
 openssl-dev\
 brotli-dev

.Should run smoothly onwards.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mark Maxwell