alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

/bin/sh: apk: not found #382

Open EnderRieck opened 3 months ago

EnderRieck commented 3 months ago

image

EnderRieck commented 3 months ago

image

fossdd commented 1 day ago

you set your PATH to "ffmpeg/bin" and apk lives in /bin. You may want to set PATH to "ffmpeg/bin:/usr/bin:/bin" or something like that.