8

When trying to run busybox httpd in alpine:latest image it ends with error

httpd: applet not found

How can I install httpd applet into Alpine image?

1
  • 2
    You cannot. That's a compile-time optional component in busybox. The real question is: why was busybox compiled without httpd... Commented Jun 27, 2018 at 13:34

1 Answer 1

9

Alpine splits the busybox package, to get httpd and other networking tools:

apk add busybox-extras 
0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.